Skip to content

Commit

Permalink
Add default config.yaml to Docker image (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk authored Sep 27, 2016
1 parent 27bf068 commit 535b32d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV ALMIGHTY_USER_NAME=almighty
RUN useradd --no-create-home -s /bin/bash ${ALMIGHTY_USER_NAME}

COPY bin/alm ${ALMIGHTY_INSTALL_PREFIX}/bin/alm
COPY config.yaml ${ALMIGHTY_INSTALL_PREFIX}/etc/config.yaml

# From here onwards, any RUN, CMD, or ENTRYPOINT will be run under the following user
USER ${ALMIGHTY_USER_NAME}
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- default
core:
image: almightycore/almighty-core:latest
command: -config /usr/local/alm/etc/config.yaml
environment:
ALMIGHTY_POSTGRES_HOST: db
ports:
Expand Down

0 comments on commit 535b32d

Please sign in to comment.