Skip to content

Commit

Permalink
🐳 Create binary symlink in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Oct 8, 2018
1 parent 2fa5e68 commit 7767d64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ COPY . /source
# Install dependencies
RUN cd source && composer install

# Create binary symlink
RUN ln -s /source/bin/onesky /bin/onesky && chmod +x /bin/onesky

# The project folder
WORKDIR "/project"

Expand Down

0 comments on commit 7767d64

Please sign in to comment.