Skip to content

Commit

Permalink
fixup! chore(dev): add Makefile command to run Lighthouse CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Oct 28, 2024
1 parent 782ed0a commit 394806f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ EOF
# Used in LHCI
COPY entrypoint.sh /

# Copy project
COPY ./app /app/

# Run the application
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]

0 comments on commit 394806f

Please sign in to comment.