5 lines
86 B
Docker
5 lines
86 B
Docker
FROM nginx:alpine
|
|
|
|
# Add vhost config
|
|
ADD ./vhost.conf /etc/nginx/conf.d/default.conf
|