5 lines
92 B
Docker
5 lines
92 B
Docker
FROM nginx:alpine
|
|
|
|
COPY nginx/conf.d/ /etc/nginx/conf.d/
|
|
COPY build/ /usr/share/nginx/html/
|