big rewrite of token system
This commit is contained in:
@@ -4,7 +4,7 @@ RUN apk add --update \
|
||||
python3-dev \
|
||||
py3-pip \
|
||||
build-base
|
||||
COPY requirements.txt /requirements.txt
|
||||
COPY docker-requirements.txt /requirements.txt
|
||||
RUN pip3 install -r /requirements.txt
|
||||
COPY static /code/static
|
||||
COPY templates /code/templates
|
||||
|
||||
Reference in New Issue
Block a user