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