Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMBourgeois authored Jul 5, 2024
1 parent 4f79fba commit 47b147f
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 @@ -26,7 +26,7 @@ COPY --from=builder --chown=$NGINX_USER:$NGINX_GROUP /usr/src/app/build /usr/sha

# Copie de la configuration nginx
RUN rm /etc/nginx/conf.d/default.conf
COPY --from=builder --chown=$NGINX_USER:$NGINX_GROUP config/nginx.conf /etc/nginx/conf.d/nginx.conf
COPY --chown=$NGINX_USER:$NGINX_GROUP config/nginx.conf /etc/nginx/conf.d/nginx.conf

# Start Nginx
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 47b147f

Please sign in to comment.