Files
ceybegeleiding/Dockerfile
2026-03-01 14:08:00 +00:00

4 lines
57 B
Docker

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