Files
Portfolio/Dockerfile
2025-12-04 13:31:39 +01:00

4 lines
57 B
Docker

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