home-app/Dockerfile

3 lines
59 B
Docker
Raw Permalink Normal View History

2022-05-02 09:23:18 +00:00
FROM nginx:alpine
2022-05-02 08:52:52 +00:00
COPY dist /usr/share/nginx/html
EXPOSE 80