home-app/Dockerfile

3 lines
59 B
Docker

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