Skip to content

Commit

Permalink
Fix path in admin start command (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGodbehere authored Jul 1, 2024
2 parents 4e43bac + 73977e6 commit dd44309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acs-admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ COPY .docker/nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 8080

# Start Nginx
CMD ["sh", "-c", "./import-meta-env-alpine -x .env -p [\"/usr/share/nginx/html/**/*\"] && nginx -g 'daemon off;'"]
CMD ["sh", "-c", "./import-meta-env-alpine -x .env -p /usr/share/nginx/html/index.html && nginx -g 'daemon off;'"]

0 comments on commit dd44309

Please sign in to comment.