dashboard/deployment/Dockerfile

4 lines
87 B
Text
Raw Normal View History

2021-09-27 12:17:33 +02:00
FROM nginx:latest
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY . /usr/share/nginx/html