Added basics for auth

This commit is contained in:
2021-08-14 10:09:05 +02:00
parent 1a04743db9
commit 6d417fac1b
3 changed files with 49 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
FROM node:15-alpine as run
FROM node:16-alpine as run
COPY package.json .
RUN yarn --prod