Files
lpt-fe/Dockerfile
T
2025-07-27 19:27:44 +08:00

4 lines
62 B
Docker

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