Skip to content

Commit

Permalink
fix(official-website/Dockerfile): use npm install instead of npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlomoh committed Aug 27, 2024
1 parent 111c4b8 commit fd3a78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/official-website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
COPY package*.json ./

# Install dependencies
RUN npm ci
RUN npm install

# Copy the rest of the application code
COPY . .
Expand Down

0 comments on commit fd3a78f

Please sign in to comment.