report-ui/Dockerfile

4 lines
74 B
Docker
Raw Normal View History

2024-01-31 14:12:08 +08:00
# Dockerfile
FROM nginx:alpine
COPY dist/ /usr/share/nginx/html/
EXPOSE 80