Files
lpt-fe/Dockerfile
T
2025-07-27 09:22:29 +08:00

4 lines
64 B
Docker

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