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

3 lines
52 B
Plaintext

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