1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-02-19 01:30:30 +01:00

4 lines
103 B
Docker
Raw Normal View History

2023-05-25 00:05:31 +02:00
FROM nginx:alpine3.17-slim
COPY . /usr/share/nginx/html
2023-05-24 23:53:39 +02:00
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]