We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb2cee commit f145eeeCopy full SHA for f145eee
Dockerfile
@@ -15,6 +15,7 @@ COPY --from=build-stage /app/dist ./dist
15
COPY --from=build-stage /app/backend-server.js ./
16
COPY --from=build-stage /app/frontend-server.js ./
17
COPY --from=build-stage /app/api ./api
18
+COPY --from=build-stage /app/common ./common
19
20
EXPOSE 18966
21
0 commit comments