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