6 lines
128 B
Docker
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
|