front-hub/DeployImage
2022-12-30 00:06:20 +03:00

6 lines
128 B
Plaintext

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