log-viewer/frontend/Dockerfile

6 lines
126 B
Docker
Raw Normal View History

2022-02-08 21:03:34 +00:00
FROM node AS builder
FROM nginx
COPY ./default.conf /etc/nginx/conf.d/default.conf
ENTRYPOINT ["nginx", "-g", "daemon off;"]