Skip to content

Commit

Permalink
Merge pull request #139 from Vizzuality/fix/docker-client-public-folder
Browse files Browse the repository at this point in the history
adds public folder to Docker image
  • Loading branch information
andresgnlez authored Jul 3, 2024
2 parents b2f34a0 + a801410 commit 32bc086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ COPY --from=build --chown=nextjs:nodejs /app/client/.next ./.next
COPY --from=build --chown=nextjs:nodejs /app/client/entrypoint.sh ./entrypoint.sh
COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/client/package.json ./package.json
COPY --from=build /app/client/public ./public

USER nextjs

Expand Down

0 comments on commit 32bc086

Please sign in to comment.