Skip to content

Commit 6eccbe4

Browse files
committed
Fix dockerfile
1 parent 435f7ab commit 6eccbe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WORKDIR /remixapp
4343
COPY --from=production-deps /remixapp/node_modules /remixapp/node_modules
4444
COPY --from=build /remixapp/build /remixapp/build
4545
COPY --from=build /remixapp/server.ts /remixapp/server.ts
46+
COPY --from=build /remixapp/server /remixapp/server
4647
COPY --from=build /remixapp/package.json /remixapp/package.json
4748
COPY --from=build /remixapp/start.sh /remixapp/start.sh
4849

0 commit comments

Comments
 (0)