Support session/cookie based auth, see #1108

This commit is contained in:
Agate 2020-05-18 12:03:30 +02:00
commit 550dbe46cc
14 changed files with 172 additions and 62 deletions

View file

@ -5,7 +5,8 @@ RUN curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/downloa
EXPOSE 8080
WORKDIR /app/
ADD package.json yarn.lock ./
COPY scripts/ ./scripts/
ADD package.json yarn.lock ./
RUN yarn install
COPY . .