Files
LP-Civil/Dockerfile
2026-02-12 22:40:24 -03:00

4 lines
60 B
Docker

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