Skip to content

Commit

Permalink
Remove unnecessary code in nginx Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Mar 28, 2024
1 parent 60dfe8b commit ce4d4b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ ENTRYPOINT \
-out ${NGINX_DIR}/certs/ckan-local.crt \
-days 365 && \
/usr/sbin/crond && \
# mkdir -p ${NGINX_DIR}/templates && cp ${NGINX_DIR}/default.conf.template ${NGINX_DIR}/templates/default.conf.template && \
/docker-entrypoint.sh nginx -g 'daemon off;'

0 comments on commit ce4d4b5

Please sign in to comment.