Skip to content

Commit

Permalink
ad
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterjx9 committed Sep 13, 2022
1 parent ff9ff12 commit 85abc86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN apt-get update && pip install --upgrade pip && pip install -r requirements.t

COPY . /app

RUN pip freeze
RUN printenv
CMD ["python", "app.py"]
# SHELL ["/bin/bash", "-c"]

Expand Down

0 comments on commit 85abc86

Please sign in to comment.