5 строки
89 B
Docker
5 строки
89 B
Docker
FROM nginx:alpine
|
|
|
|
COPY ./nginx_default.conf /etc/nginx/conf.d/default.conf
|
|
|
|
WORKDIR /app |