ci: add server build
This commit is contained in:
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: stash
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./packages/server/Dockerfile
|
||||
read_only: true
|
||||
ports:
|
||||
- 3400:3400
|
||||
Reference in New Issue
Block a user