mirror of
https://git.fsfe.org/FSFE/fsfe-local-build.git
synced 2026-04-20 11:23:06 +02:00
Add a docker dev setup (#3)
This commit is contained in:
committed by
FSFE System
parent
6eba7c4259
commit
47dbbc76a8
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
fsfe-local-build:
|
||||
build: .
|
||||
image: fsfe/local-build:1.0
|
||||
container_name: fsfe-local-build
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- .:/fsfe-local-build
|
||||
|
||||
Reference in New Issue
Block a user