mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-02 19:40:19 +08:00
feat: support semantic release (#244)
Signed-off-by: sh1luo <690898835@qq.com>
This commit is contained in:
@ -3,11 +3,12 @@ services:
|
||||
casdoor:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: go-dockerfile
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8000:8000"
|
||||
depends_on:
|
||||
- db
|
||||
command: ["./wait-for-it db:3306 -- ./server"]
|
||||
volumes:
|
||||
- ./conf:/conf/
|
||||
db:
|
||||
|
Reference in New Issue
Block a user