report-ui/Dockerfile

4 lines
74 B
Docker
Raw Normal View History

2023-04-14 15:11:35 +08:00
# Dockerfile
FROM nginx:alpine
COPY dist/ /usr/share/nginx/html/
EXPOSE 80