Skip to content

Commit

Permalink
Merge pull request #2373 from cliffcolvin/fix-missing-nginxconf
Browse files Browse the repository at this point in the history
update Dockerfile.cross with new default.nginx.conf.template
  • Loading branch information
cliffcolvin committed Dec 8, 2023
2 parents 8104a28 + bab4f9f commit f31446c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Dockerfile.cross
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV API_SERVER=0.0.0.0
ENV UI_PORT=9090

COPY ./dist /var/www
COPY default.nginx.conf /etc/nginx/conf.d/
COPY default.nginx.conf.template /etc/nginx/conf.d/default.nginx.conf.template
COPY nginx.conf /etc/nginx/
COPY ./docker-entrypoint.sh /usr/local/bin/

Expand Down

0 comments on commit f31446c

Please sign in to comment.