front-hub/DeployImage

6 lines
128 B
Plaintext
Raw Normal View History

2022-12-29 21:05:47 +00:00
FROM nginx:latest
WORKDIR /usr/share/nginx/html
COPY build/ /usr/share/nginx/html
COPY hub.conf /etc/nginx/conf.d/default.conf