3 lines
98 B
Docker
3 lines
98 B
Docker
FROM nginx:alpine
|
|
COPY /build /usr/share/nginx/html
|
|
COPY /deploy/default.conf /etc/nginx/conf.d/ |