mirror of
https://gitlab.com/mobicoop/v3/service/configuration.git
synced 2026-01-08 22:52:39 +00:00
fix typos
This commit is contained in:
@@ -12,8 +12,12 @@ WORKDIR /usr/src/app
|
||||
# Copying this first prevents re-running npm install on every code change.
|
||||
COPY --chown=node:node package*.json ./
|
||||
|
||||
# Copy prisma (needed for prisma error types)
|
||||
COPY --chown=node:node ./prisma prisma
|
||||
|
||||
# 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