Skip to content

Commit

Permalink
TWEAK: Dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikmnich committed Jun 2, 2024
1 parent 4bb57df commit 0f0b0f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ FROM python:3.12
WORKDIR /app
COPY . /app

ADD requirements.txt .
RUN python -m pip install -r requirements.txt

ENTRYPOINT ["python", "main.py"]

0 comments on commit 0f0b0f8

Please sign in to comment.