Dockerize
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
wiji-web:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: deploy/Dockerfile
|
||||
container_name: wiji-web
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8421:8421"
|
||||
Reference in New Issue
Block a user