Skip to content

Commit

Permalink
cicd: fix amplify for new env
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-1337 committed Jun 27, 2024
1 parent a43d4b0 commit 8706b89
Show file tree
Hide file tree
Showing 1,406 changed files with 94,064 additions and 17 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:20.11-alpine3.19 as build-stage
RUN apk add git
WORKDIR /app
COPY package.json package-lock.json ./
RUN npm i -g [email protected]
RUN SKIP_HOOKS=true npm ci

# Package the import-meta-env as single binary as we don't have node on the production container
Expand Down
Loading

0 comments on commit 8706b89

Please sign in to comment.