1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-05-19 20:53:02 +02:00
2024-03-05 23:04:11 -05:00

5 lines
135 B
Docker

FROM nginx:alpine3.17-slim
COPY ./Website /usr/share/nginx/html
COPY ./nginx /etc/nginx
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]