mirror of
https://github.com/upstash/context7.git
synced 2025-11-14 17:13:41 +00:00
chore: update npm install flag in Dockerfile
This commit is contained in:
parent
d959881167
commit
9df7676b35
@ -23,7 +23,7 @@ COPY --from=builder /app/dist ./dist
|
||||
COPY package.json ./
|
||||
|
||||
# Install only production dependencies
|
||||
RUN npm install --production --ignore-scripts
|
||||
RUN npm install --omit=dev --ignore-scripts
|
||||
|
||||
# Expose HTTP port
|
||||
EXPOSE 8080
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user