Skip to content

Commit

Permalink
modified docker
Browse files Browse the repository at this point in the history
  • Loading branch information
imoisharma committed Jan 14, 2022
1 parent 269285f commit 038700d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flask-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM python:3.8-slim-buster
WORKDIR /app

COPY requirements.txt requirements.txt
# installing
RUN pip3 install -r requirements.txt

COPY . .
Expand Down

0 comments on commit 038700d

Please sign in to comment.