Skip to content

Commit

Permalink
Revert "Update npm install command in local.Dockerfile"
Browse files Browse the repository at this point in the history
This reverts commit 9395262.
  • Loading branch information
edwinhern committed Jan 23, 2024
1 parent 9395262 commit 255f88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ WORKDIR /app
# Copy package.json and package-lock.json files first
COPY package*.json ./

# Install app dependencies
RUN npm ci
# Install global and app dependencies
RUN npm install

# Bundle app source
COPY . .
Expand Down

0 comments on commit 255f88b

Please sign in to comment.