mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-09-10 20:08:19 +02:00
feat: enable API_URL in Dockerfile
fix tranga.conf not redirecting /api/ requests
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
COPY ./Website /usr/share/nginx/html
|
||||
COPY ./nginx /etc/nginx
|
||||
EXPOSE 80
|
||||
ENV API_URL=http://tranga-api:6531
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
Reference in New Issue
Block a user