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 9d9fd33 commit f2652c4Copy full SHA for f2652c4
2 files changed
Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /app
7
8
COPY frontend/package*.json ./
9
COPY frontend/tsconfig.json ./
10
-COPY frontend/next.config.mjs ./
+COPY frontend/next.config.ts ./
11
12
RUN npm install
13
COPY frontend/ .
frontend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pepp",
3
- "version": "6.1.0",
+ "version": "6.1.1",
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
0 commit comments