Skip to content

Commit

Permalink
reverted changes.
Browse files Browse the repository at this point in the history
- Docs specific changes.
  • Loading branch information
adityagajbhiye9 authored Nov 28, 2023
1 parent aa44461 commit f53f6c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ RUN chmod ug+rwx /usr/share/nginx/html/
EXPOSE 8080
USER 101
# Start Nginx server
CMD ["nginx", "-g", "daemon off;"]
#CMD ["/bin/bash", "-c", "/usr/share/nginx/html/env.sh && nginx -g \"daemon off;\""]
CMD ["/bin/bash", "-c", "/usr/share/nginx/html/env.sh && nginx -g \"daemon off;\""]

0 comments on commit f53f6c8

Please sign in to comment.