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

Fix name of README.

parent c51e3bd5
No related branches found
No related tags found
No related merge requests found
Pipeline #223 passed
......@@ -36,7 +36,7 @@ RUN pip install "poetry==$POETRY_VERSION"; \
# Install core
COPY biscuit ./biscuit/
COPY LICENCE README.md manage.py ./
COPY LICENCE README.rst manage.py ./
RUN mkdir -p /var/lib/biscuit/media /var/lib/biscuit/static /var/lib/biscuit/backups; \
poetry build && pip install dist/*.whl
......
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