mirror of
https://github.com/upstash/context7.git
synced 2025-11-17 10:34:51 +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 ./
|
COPY package.json ./
|
||||||
|
|
||||||
# Install only production dependencies
|
# Install only production dependencies
|
||||||
RUN npm install --production --ignore-scripts
|
RUN npm install --omit=dev --ignore-scripts
|
||||||
|
|
||||||
# Expose HTTP port
|
# Expose HTTP port
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user