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 f9fbc01 commit 1f82cdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ RUN echo "Upgrading pip..." \
# Node.js Application Dependencies
# =============================================================================
# Copy package.json and package-lock.json to the container and install dependencies
COPY package*.json ./
COPY etc/package*.json ./
# RUN npm ci --frozen-lockfile
RUN npm install

# Copy Application Code
Expand Down

0 comments on commit 1f82cdc

Please sign in to comment.