Skip to content

Commit

Permalink
feat: Updated my_site/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Oct 1, 2023
1 parent 45ff439 commit 9aa107d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions my_site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ FROM python:3.9-slim-buster
WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt
RUN pip install pre-commit
RUN pre-commit install
CMD [ "python", "manage.py", "runserver", "0.0.0.0:8000" ]

0 comments on commit 9aa107d

Please sign in to comment.