Skip to content

Commit

Permalink
Fix Dockerfile regression
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Oct 17, 2024
1 parent 7b66584 commit 384007a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ COPY examples/settings_prod.py ./settings.py

RUN poetry install --without dev && poetry run playwright install chromium && poetry run playwright install-deps

# Set this
ENTRYPOINT ["poetry", "run", "python"]
CMD ["manage.py"]
ENTRYPOINT ["poetry", "run", "python", "manage.py"]

0 comments on commit 384007a

Please sign in to comment.