Skip to content
Snippets Groups Projects
Commit 83740c7c authored by Simon Künzel's avatar Simon Künzel
Browse files

Actually fix entrypoint

parent 26ae3527
Branches
Tags
1 merge request!10Rollout to production
Pipeline #6043 passed
......@@ -28,4 +28,4 @@ RUN rm -f /etc/nginx/nginx.conf
# test validity of nginx configuration
#RUN nginx -t
ENTRYPOINT ["nginx", "-c", "$FRONTEND_NGINX_CONFIG"]
ENTRYPOINT nginx -c $FRONTEND_NGINX_CONFIG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment