Added docker on backend
This commit is contained in:
parent
9ecd74a82d
commit
efe26cc454
2 changed files with 22 additions and 0 deletions
9
backend/docker-compose.yml
Normal file
9
backend/docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
e-sign-server:
|
||||
container_name: e-sign-server
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 4320:4320
|
||||
Loading…
Add table
Add a link
Reference in a new issue