Skip to content

Commit

Permalink
Merge pull request #95 from wearefuturegov/feature/upgrade-package-json
Browse files Browse the repository at this point in the history
Feature/upgrade package json
  • Loading branch information
apricot13 authored Oct 17, 2023
2 parents a756aa8 + 57dd9cd commit 98f21da
Show file tree
Hide file tree
Showing 3 changed files with 13,422 additions and 16,709 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM base_image as build_frontend
COPY ./package.json ./tmp/package.json
COPY ./package-lock.json ./tmp/package-lock.json
RUN cd /tmp && \
npm ci
npm install
WORKDIR /app

# build and install all the things for the development env
Expand Down
Loading

0 comments on commit 98f21da

Please sign in to comment.