Skip to content
Snippets Groups Projects
Verified Commit 06a7fcc5 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix name of licence file.

parent b2a6e4ba
No related branches found
No related tags found
No related merge requests found
Pipeline #221 failed
......@@ -36,7 +36,7 @@ RUN pip install "poetry==$POETRY_VERSION"; \
# Install core
COPY biscuit ./biscuit/
COPY LICENSE README.md manage.py ./
COPY LICENCE README.md manage.py ./
RUN mkdir -p /var/lib/biscuit/media /var/lib/biscuit/static /var/lib/biscuit/backups; \
poetry build && pip install dist/*.whl
......
include LICENSE
include LICENCE
recursive-include biscuit/core/static *
recursive-include biscuit/core/templates *
recursive-include biscuit/core/migrations *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment