Skip to content

Commit

Permalink
Using pie-flask:v0.0.2 for Docker faster builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed May 13, 2019
1 parent e203861 commit 52b1638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ponteineptique/pie-flask:v0.0.1
FROM ponteineptique/pie-flask:v0.0.2

# Add local files
COPY ./ ./
RUN chmod +x boot.sh

EXPOSE 5000
ENTRYPOINT ["/app/boot.sh"]
ENTRYPOINT ["/app/boot.sh"]

0 comments on commit 52b1638

Please sign in to comment.