We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e441598 commit 515ea67Copy full SHA for 515ea67
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM node:18-alpine as build
+FROM node:18-alpine AS build
2
3
WORKDIR /app
4
COPY package*.json /app/
5
-ENV NEXT_TELEMETRY_DISABLED 1
+ENV NEXT_TELEMETRY_DISABLED=1
6
RUN npm install && npm cache clean --force && rm package*.json
package.json
@@ -9,7 +9,7 @@
9
"lint": "next lint"
10
},
11
"dependencies": {
12
- "@aws-sdk/client-dynamodb": "^3.682.0",
+ "@aws-sdk/client-s3": "^3.685.0",
13
"@headlessui/react": "^1.7.19",
14
"@headlessui/tailwindcss": "^0.2.1",
15
"@monaco-editor/react": "^4.6.0",
0 commit comments