Add more things into Dockerfile.

This commit is contained in:
hxsherry
2018-01-28 22:36:50 +08:00
parent 84df8567c5
commit 4bc97394dc
2 changed files with 22 additions and 7 deletions

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: '3'
services:
web:
build: .
ports:
- "5000:5000"
redis:
image: "redis:alpine"