production build setup

This commit is contained in:
Denys Vuika
2017-11-06 14:11:04 +00:00
parent e0efdeb12b
commit d10255b843
6 changed files with 70 additions and 2 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: '3.1'
services:
app:
image: 'alfresco/content-app'
build: '.'
ports:
- 3000:80