Skip to content

Commit

Permalink
Add docker entrypoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueswww committed Jul 31, 2018
1 parent e3d802f commit e95a282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -22,3 +22,5 @@ ADD . /code
WORKDIR /code
RUN python setup.py install && \
apt-get purge -y --auto-remove apt-utils gcc libc6-dev libc-dev libssl-dev

ENTRYPOINT ["/usr/local/bin/vyper"]

0 comments on commit e95a282

Please sign in to comment.