Skip to content

Commit 515ea67

Browse files
Package json update and docker file update
1 parent e441598 commit 515ea67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:18-alpine as build
1+
FROM node:18-alpine AS build
22

33
WORKDIR /app
44
COPY package*.json /app/
5-
ENV NEXT_TELEMETRY_DISABLED 1
5+
ENV NEXT_TELEMETRY_DISABLED=1
66
RUN npm install && npm cache clean --force && rm package*.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@aws-sdk/client-dynamodb": "^3.682.0",
12+
"@aws-sdk/client-s3": "^3.685.0",
1313
"@headlessui/react": "^1.7.19",
1414
"@headlessui/tailwindcss": "^0.2.1",
1515
"@monaco-editor/react": "^4.6.0",

0 commit comments

Comments
 (0)