mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 20:34:08 +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 |