mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 23:07:54 +02:00
Reverse Proxy api automatically test
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
FROM nginx:alpine3.17-slim
|
||||
COPY . /usr/share/nginx/html
|
||||
COPY ./Website /usr/share/nginx/html
|
||||
COPY ./nginx /etc/nginx
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
Reference in New Issue
Block a user