Spaces:
Running
Running
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,9 +14,9 @@ COPY frontend/src ./src
|
|
| 14 |
COPY frontend/public ./public
|
| 15 |
COPY frontend/next.config.js ./
|
| 16 |
COPY frontend/tsconfig.json ./
|
| 17 |
-
COPY frontend/next-env.d.ts ./
|
| 18 |
COPY frontend/tailwind.config.js ./
|
| 19 |
COPY frontend/postcss.config.js ./
|
|
|
|
| 20 |
|
| 21 |
# Build frontend
|
| 22 |
RUN npm run build
|
|
|
|
| 14 |
COPY frontend/public ./public
|
| 15 |
COPY frontend/next.config.js ./
|
| 16 |
COPY frontend/tsconfig.json ./
|
|
|
|
| 17 |
COPY frontend/tailwind.config.js ./
|
| 18 |
COPY frontend/postcss.config.js ./
|
| 19 |
+
# Note: next-env.d.ts is auto-generated by Next.js, not needed for build
|
| 20 |
|
| 21 |
# Build frontend
|
| 22 |
RUN npm run build
|