We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
static
1 parent 4daced7 commit 6b3cdd3Copy full SHA for 6b3cdd3
Dockerfile.ssr
@@ -15,6 +15,7 @@ COPY --from=buildContainer /app/server.js /app
15
16
# Get all the code needed to run the app
17
COPY --from=buildContainer /app/dist /app/dist
18
+COPY --from=buildContainer /app/static /app/static
19
COPY --from=buildContainer /app/dist-server /app/dist-server
20
21
# Expose the port the app runs in
0 commit comments