1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-09-03 13:12:48 +02:00

Added Dockerfile to run local demo

This commit is contained in:
Inti Gabriel
2016-02-28 15:37:20 +01:00
parent bb21c1a56c
commit 603265ad64
4 changed files with 50 additions and 0 deletions

5
docker-compose.yml Normal file
View File

@@ -0,0 +1,5 @@
apaxy:
build: .
ports:
- "8080:80"