Skip to content

Commit 6b3cdd3

Browse files
committed
fix: add dir static to Dockerfile
1 parent 4daced7 commit 6b3cdd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.ssr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ COPY --from=buildContainer /app/server.js /app
1515

1616
# Get all the code needed to run the app
1717
COPY --from=buildContainer /app/dist /app/dist
18+
COPY --from=buildContainer /app/static /app/static
1819
COPY --from=buildContainer /app/dist-server /app/dist-server
1920

2021
# Expose the port the app runs in

0 commit comments

Comments
 (0)