1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-02-25 04:30:12 +01:00
2023-08-31 11:53:48 +02:00

4 lines
103 B
Docker

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