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 e53b4a3 commit 41c2aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ USER node
FROM ${registry}/nginxinc/nginx-unprivileged:stable

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

EXPOSE 8000

Expand Down

0 comments on commit 41c2aa2

Please sign in to comment.