Skip to content

Commit

Permalink
Preliminary Elixir Docker config. [#70]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Feb 26, 2018
1 parent 0c70ae1 commit 2a2fef7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM elixir:1.6-alpine
MAINTAINER Marnen Laibow-Koser <[email protected]>

# Install or upgrade Hex.
RUN mix local.hex

ARG workdir=/contraq

WORKDIR ${workdir}
2 changes: 1 addition & 1 deletion docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
CUCUMBER_FORMAT: ${CUCUMBER_FORMAT}
CUCUMBER_EXTRA_OPTIONS: ${CUCUMBER_EXTRA_OPTIONS}
volumes:
- ".:/contraq"
- "./phoenix:/contraq"
tty: true
stdin_open: true
db:
Expand Down

0 comments on commit 2a2fef7

Please sign in to comment.