acsabadi/Dockerfile
2024-02-26 12:33:33 +07:00

5 lines
59 B
Docker

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