Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ WORKDIR /opt/services/open5e-api
RUN pip install pipenv gunicorn
COPY . /opt/services/open5e-api

# assert that debug is off to avoid errors due to missing dev dependencies
ENV OPEN5E_DEBUG=False

RUN pipenv install

# migrate the db, load content, and index it
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pytest = "*"
pytest-django = "*"
approvaltests = "*"
pytest-approvaltests = "*"
django-debug-toolbar = "*"

[requires]
python_version = "3.11"
Loading
Loading