- second commit
This commit is contained in:
parent
4fc3bb0a01
commit
59a99ff3c8
61 changed files with 2625 additions and 1182 deletions
|
@ -45,7 +45,7 @@ FROM base AS production
|
|||
|
||||
# Copy package.* to the working directory with active user
|
||||
COPY --chown=node:node ./package*.json ./
|
||||
# We run NPM CI to install the exact versions of dependencies
|
||||
# We run NPM CI to install the exact versions of production dependencies
|
||||
RUN npm ci --omit=dev
|
||||
# Copy files to the working directory from the build folder the user
|
||||
COPY --chown=node:node --from=build /home/node/app/build .
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue