5 lines
91 B
Docker
5 lines
91 B
Docker
FROM nginx:stable-alpine
|
|
|
|
COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf
|
|
EXPOSE 80
|