Skip to content

Commit

Permalink
chore: update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed May 15, 2023
1 parent 4c99f6a commit 1c590ef
Show file tree
Hide file tree
Showing 5 changed files with 728 additions and 1,681 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app
COPY package.json .
COPY package-lock.json .

RUN npm i --omit=dev
RUN npm ci

COPY . .

Expand Down
Loading

0 comments on commit 1c590ef

Please sign in to comment.