1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-20 19:33:05 +02:00

Add a docker dev setup

This commit is contained in:
Michael Weimann
2019-03-24 17:56:31 +01:00
parent 6eba7c4259
commit f556ac87f3
9 changed files with 239 additions and 2 deletions

12
docker-compose.yml Normal file
View 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