docker tweaks

This commit is contained in:
Tim Dysinger 2016-04-27 16:24:29 -07:00
parent 1579f5e1d3
commit 4e9bb0e00a
No known key found for this signature in database
GPG key ID: 155E7413C156F68B
2 changed files with 14 additions and 4 deletions

View file

@ -1,4 +1,11 @@
resolver: lts-2.22
# docker:
# enable: true
# repo: fpco/stack-full
# image:
# containers:
# - base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile
# name: "fpco/stack-test"
extra-deps:
- path-0.5.7
- path-io-1.1.0

View file

@ -1,8 +1,11 @@
resolver: lts-5.14
image:
containers:
- base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile
name: "fpco/stack-test"
# docker:
# enable: true
# repo: fpco/stack-full
# image:
# containers:
# - base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile
# name: "fpco/stack-test"
nix:
# --nix on the command-line to enable.
enable: false