mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 12:34:13 +00:00
5 lines
98 B
Docker
5 lines
98 B
Docker
FROM nginx:1.10-alpine
|
|
|
|
ADD vhost.conf /etc/nginx/conf.d/default.conf
|
|
|
|
COPY public /var/www/public |