kitsune.icu/Dockerfile
2025-01-06 17:33:12 +01:00

6 lines
61 B
Docker

FROM nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 9898