Skip to content

Commit

Permalink
Merge pull request #8 from Finiz/dev
Browse files Browse the repository at this point in the history
- Added git to nginx-node
  • Loading branch information
dmakeroam authored Mar 11, 2018
2 parents 167827f + 156b0c1 commit 1ac0759
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ LABEL maintainer="Finiz Open Source Software <developer@finiz.in.th>"
# Update apk repositories to be latest
RUN apk update

# Install git
RUN apk add git

# Install and config Supervisor
RUN apk add python py2-pip
RUN pip install wheel
Expand Down Expand Up @@ -132,4 +135,4 @@ EXPOSE 8080
# Run the startup script
WORKDIR /

CMD ["/start.sh"]
CMD ["/start.sh"]

0 comments on commit 1ac0759

Please sign in to comment.