6 lines
79 B
Docker
6 lines
79 B
Docker
FROM nginx
|
|
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
|
|
|
WORKDIR /etc/nginx
|