Added docker support

This commit is contained in:
Sheng
2019-04-18 19:39:14 +08:00
parent f400367eac
commit 46d1e5b091
3 changed files with 16 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
version: '3'
services:
web:
build: .
ports:
- "8888:8888"