home-app/dockerfile

3 lines
52 B
Plaintext

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