6 lines
90 B
Docker
6 lines
90 B
Docker
FROM nginx
|
|
|
|
COPY .build/dev/nginx.conf /etc/nginx/conf.d/default.conf
|
|
|
|
WORKDIR /etc/nginx
|