Skip to content

Commit

Permalink
Merge branch 'develop' into AL-add-xpanse-SQS
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Jul 16, 2024
2 parents 468e337 + 8ed74e9 commit 0d7740f
Show file tree
Hide file tree
Showing 70 changed files with 1,550 additions and 1,704 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
COPY ./package* ./

RUN npm install -g npm@9
RUN PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm ci
RUN npm ci

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY ./package* ./

RUN npm install -g npm@9

RUN PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm ci
RUN npm ci

COPY tsconfig.json ./tsconfig.json
COPY webpack.worker.config.js ./webpack.worker.config.js
Expand Down
Loading

0 comments on commit 0d7740f

Please sign in to comment.