Blame view

report-ui/Dockerfile 74 Bytes
王涛 authored
1 2 3 4
# Dockerfile
FROM nginx:alpine
COPY dist/ /usr/share/nginx/html/
EXPOSE 80