front-hub/Dockerfile
2023-05-07 15:54:40 +03:00

6 lines
128 B
Docker

FROM nginx:latest
WORKDIR /usr/share/nginx/html
COPY build/ /usr/share/nginx/html
COPY hub.conf /etc/nginx/conf.d/default.conf