Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hshar94 authored and hshar94 committed May 27, 2021
1 parent 63c2360 commit 04948d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM hshar/flaskapp
RUN apt-get update -y && \
apt-get install -y git
RUN git clone https://github.com/hshar94/flask-sample.git
WORKDIR /flask-sample
CMD [ "python3", "./hello.py" ]

0 comments on commit 04948d0

Please sign in to comment.