1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-04-23 16:52:25 +02:00
2023-05-25 00:05:31 +02:00

4 lines
103 B
Docker

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