front-hub/Dockerfile

6 lines
128 B
Docker
Raw Normal View History

2023-05-07 12:54:40 +00:00
FROM nginx:latest
2022-12-03 20:46:27 +00:00
2023-05-07 12:54:40 +00:00
WORKDIR /usr/share/nginx/html
COPY build/ /usr/share/nginx/html
COPY hub.conf /etc/nginx/conf.d/default.conf