Skip to content

Commit

Permalink
pushhhh.
Browse files Browse the repository at this point in the history
  • Loading branch information
malisharfer committed May 30, 2024
1 parent db5e499 commit 7ac60b5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions code/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
# COPY . .
# CMD [ "python", "app.py" ]




FROM python:3.11-alpine
WORKDIR /python-docker
COPY requirements.txt requirements.txt
RUN pip install .
RUN pip install -r requirements.txt
EXPOSE 8080
COPY . .
CMD [ "python", "app.py" ]
CMD [ "python" , "app.py" ]



0 comments on commit 7ac60b5

Please sign in to comment.