Add docker files to run nix dev environment on Windows
This commit is contained in:
committed by
Wolfgang Walther
parent
f2cb91740e
commit
1a5f6cce46
@@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
nix:
|
||||
container_name: postgrest-nix
|
||||
build: .
|
||||
volumes:
|
||||
- ../:/postgrest
|
||||
- nix:/nix
|
||||
|
||||
volumes:
|
||||
nix:
|
||||
Reference in New Issue
Block a user