Skip to content

Commit

Permalink
Update npm comment in Docker example (vercel#33881)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored and natew committed Feb 16, 2022
1 parent 2380bcc commit f9dda2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-docker/Dockerfile
Expand Up @@ -7,8 +7,8 @@ COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile

# If using npm with a `package-lock.json` comment out above and use below instead
# COPY package.json package-lock.json /
# RUN npm install
# COPY package.json package-lock.json ./
# RUN npm ci

# Rebuild the source code only when needed
FROM node:16-alpine AS builder
Expand Down

0 comments on commit f9dda2d

Please sign in to comment.