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