Skip to content

Commit

Permalink
Removed --verbose from docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokoren committed Sep 15, 2024
1 parent 70530cc commit 0da258c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN pip3 install --upgrade pip && pip3 install --no-cache-dir -r requirements.tx

COPY . .

ENTRYPOINT ["python3", "-u", "southwest.py", "--verbose"]
ENTRYPOINT ["python3", "-u", "southwest.py"]

0 comments on commit 0da258c

Please sign in to comment.