Skip to content

Commit

Permalink
docker tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dysinger committed Apr 27, 2016
1 parent 1579f5e commit 4e9bb0e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions stack-7.8.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 7 additions & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4e9bb0e

Please sign in to comment.