Skip to content

Commit

Permalink
Merge pull request #18 from DavidsDvm/DavidsDvm-patch-1
Browse files Browse the repository at this point in the history
Fix: exposed port 8080
  • Loading branch information
DavidsDvm authored Sep 26, 2024
2 parents ff31c26 + 010e08b commit a06e199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
RUN pip3 install --upgrade pip
RUN pip3 --no-cache-dir install -r requirements.txt

CMD [ "python3", "main.py" ]
EXPOSE 8080

CMD [ "python3", "main.py" ]

0 comments on commit a06e199

Please sign in to comment.