👷 Staging from develop branch
All checks were successful
Build and deploy website / build (push) Successful in 2s
All checks were successful
Build and deploy website / build (push) Successful in 2s
This commit is contained in:
9
docker-compose-dev.yml
Normal file
9
docker-compose-dev.yml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
web:
|
||||
container_name: dev.martials.no
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "4322:4321"
|
Reference in New Issue
Block a user