acsabadi/Dockerfile
2024-02-26 11:57:05 +07:00

5 lines
59 B
Docker

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