Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/0.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
hisapy committed Aug 11, 2016
2 parents 3ca8d84 + ca9f7db commit c24ffe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN rm -f /etc/service/sshd/down
RUN /etc/my_init.d/00_regen_ssh_host_keys.sh

# Make mix don't ask for deps.compile again when starting container
# See: https://github.com/elixir-lang/elixir/issues/5130
RUN rm -rf deps/*/.fetch

MAINTAINER Iporaitech
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ Once switched to **app** user and in the `APP_HOME` directory, you can start the

Now you're ready to start making requests to the web app on the port you specified.

> NOTICE that although deps are compiled when [building the image](Dockerfile#L49) the first time you start your phoenix.server all deps compiled again. We've created an [issue](https://github.com/elixir-lang/elixir/issues/5130) on Elixir repo to see if they can help us with this.
### Setup cloning this GitHub repo and building the image

1. Clone the project to your localhost (_you might want to fork it to your account before_)
Expand Down

0 comments on commit c24ffe8

Please # to comment.