There was an error while loading. Please reload this page.
1 parent b910e7d commit dfa1a44Copy full SHA for dfa1a44
1 file changed
Dockerfile
@@ -40,6 +40,7 @@ RUN pnpm install --prod --frozen-lockfile
40
41
# Copy build output and public directory
42
COPY --from=builder /usr/src/app/dist ./dist
43
+COPY --from=builder /usr/src/app/public ./public
44
45
# Ensure the app files are owned by the node user
46
RUN chown -R node:node /usr/src/app
0 commit comments