This commit is contained in:
ittercho
2023-02-19 08:35:19 +01:00
parent 5f95cec5f4
commit 91074e5b4e
7 changed files with 75 additions and 0 deletions

9
docker-compose-nogit.yml Normal file
View File

@@ -0,0 +1,9 @@
version: '3.9'
services:
portapack-mayhem-dev:
build:
context: .
dockerfile: dockerfile-nogit-alpine
volumes:
- ".:/havoc"