Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanhajian committed Apr 24, 2024
1 parent e3e0129 commit 60267a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -9,7 +9,7 @@ COPY package*.json ./

# Install dependencies
# npm ci is used here for a clean, reproducible install based on package-lock.json
RUN npm ci
RUN npm install

# Copy the rest of your application's code
COPY . .
Expand Down

0 comments on commit 60267a0

Please sign in to comment.