mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
synced 2026-01-02 16:52:41 +00:00
start authorization module
This commit is contained in:
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user