start authorization module

This commit is contained in:
Gsk54
2023-01-16 17:04:43 +01:00
parent d5be05585d
commit c832d69c2e
6 changed files with 27 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ COPY --chown=node:node package*.json ./
# Install app dependencies using the `npm ci` command instead of `npm install`
RUN npm ci
RUN npx prisma generate
# Bundle app source
COPY --chown=node:node . .