Skip to content

Commit

Permalink
Merge pull request #667 from bcgov/feat/site-deploy-fix
Browse files Browse the repository at this point in the history
updated npm package & ci command
  • Loading branch information
nikhila-aot authored Apr 17, 2024
2 parents c35c7ae + af4ddf6 commit db1aecb
Show file tree
Hide file tree
Showing 3 changed files with 11,586 additions and 877 deletions.
2 changes: 1 addition & 1 deletion backend/sites/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY package*.json ./
#ENV NODE_ENV production

# Install app dependencies using the `npm ci` command instead of `npm install`
RUN npm ci
RUN npm ci --legacy-peer-deps

# Bundle app source
COPY . ./
Expand Down
Loading

0 comments on commit db1aecb

Please sign in to comment.