home-app/Dockerfile

3 lines
52 B
Docker

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