ng2-dashboard/Dockerfile

8 строки
184 B
Docker
Исходник Обычный вид История

2015-03-08 01:25:10 +03:00
# You are free to change the contents of this file
FROM nginx
# NGINX configurations
COPY ./nginx/conf.d /etc/nginx/conf.d
# Copy built app to wwwroot
COPY dist /usr/share/nginx/html