Skip to content

Commit

Permalink
corrections dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebarros committed Jan 30, 2025
1 parent ef8c3a1 commit e53b4a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ USER node

FROM ${registry}/nginxinc/nginx-unprivileged:stable

# USER 101
COPY --from=nodebuild /opt/cartosp/dist/cartosp/browser/ /usr/share/nginx/html
COPY .docker/nginx.apps.conf /etc/nginx/conf.d/default.conf

EXPOSE 8000

USER nginx

CMD ["nginx", "-g", "daemon off;"]

0 comments on commit e53b4a3

Please sign in to comment.