mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-07-02 08:54:17 +02:00
merge
This commit is contained in:
10
Dockerfile
10
Dockerfile
@ -1,4 +1,6 @@
|
||||
FROM nginx:alpine3.17-slim
|
||||
COPY . /usr/share/nginx/html
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
FROM nginx:alpine3.17-slim
|
||||
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