1 parent ea84149 commit a1da643Copy full SHA for a1da643
1 file changed
Dockerfile
@@ -28,6 +28,7 @@ ENV NODE_ENV=production
28
COPY --from=build /app/package.json ./
29
COPY --from=prod-deps /app/node_modules ./node_modules
30
COPY --from=build /app/dist ./dist
31
+COPY --from=build /app/graphics ./graphics
32
33
RUN mkdir logs && chown node:node logs
34
0 commit comments