Files
home-app/dockerfile
T
2022-05-02 16:52:52 +08:00

3 lines
52 B
Docker

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