phanpy/Dockerfile

4 lines
63 B
Docker
Raw Normal View History

2023-12-14 11:18:11 +00:00
FROM nginx:alpine
EXPOSE 80
COPY output/ /usr/share/nginx/html