RUN npm install --production
This commit is contained in:
parent
27f53b252d
commit
41c97e5f12
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ COPY --from=build-stage /app/dist ./dist
|
||||||
|
|
||||||
# Install only production dependencies
|
# Install only production dependencies
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm ci --production
|
RUN npm install --production
|
||||||
|
|
||||||
# Define the entrypoint and default command
|
# Define the entrypoint and default command
|
||||||
# If you have a custom entrypoint script
|
# If you have a custom entrypoint script
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue