Skip to content

Commit

Permalink
removed cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Sep 1, 2024
1 parent ecb686a commit 283aaee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ ENV NGINX_SERVER_NAME='nginx'
ENV NGINX_PORT='80'

COPY default.conf.template /etc/nginx/templates/default.conf.template
COPY ./dist /usr/share/nginx/html

CMD ["/bin/bash", "-c", "nginx -g \"daemon off;\""]
COPY ./dist /usr/share/nginx/html

0 comments on commit 283aaee

Please sign in to comment.