3 lines
100 B
Docker
3 lines
100 B
Docker
FROM nginx:latest-alpine
|
|
COPY /source /usr/share/nginx/html
|
|
COPY nginx.conf /etc/nginx/nginx.conf |