2022-06-29 17:47:35 +02:00

5 lines
86 B
Docker

FROM nginx:alpine
# Add vhost config
ADD ./vhost.conf /etc/nginx/conf.d/default.conf