Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Aug 19, 2024
1 parent 1f82cdc commit 8e2c229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ RUN echo "Upgrading pip..." \
# Node.js Application Dependencies
# =============================================================================
# Copy package.json and package-lock.json to the container and install dependencies
COPY etc/package*.json ./
# COPY etc/package*.json ./
# RUN npm ci --frozen-lockfile
RUN npm install
# RUN npm install

# Copy Application Code
# =============================================================================
Expand Down

0 comments on commit 8e2c229

Please sign in to comment.