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 2381f60 commit db5e499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
FROM python:3.11-alpine
WORKDIR /python-docker
COPY requirements.txt requirements.txt
COPY requirements.txt requirements.txt
RUN pip install .
RUN pip install -r requirements.txt
EXPOSE 8080
COPY . .
Expand Down

0 comments on commit db5e499

Please sign in to comment.