Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN npm install -g omniroute @qoder-ai/qodercli cline
|
|
| 7 |
RUN cd /usr/local/lib/node_modules/omniroute/app && npm rebuild better-sqlite3
|
| 8 |
|
| 9 |
# Install zod inside omniroute's app directory where Turbopack can find it
|
| 10 |
-
RUN cd /usr/local/lib/node_modules/omniroute/app && npm install zod
|
| 11 |
|
| 12 |
# Install git and bash for sync script
|
| 13 |
RUN apt-get update && apt-get install -y git bash && rm -rf /var/lib/apt/lists/*
|
|
|
|
| 7 |
RUN cd /usr/local/lib/node_modules/omniroute/app && npm rebuild better-sqlite3
|
| 8 |
|
| 9 |
# Install zod inside omniroute's app directory where Turbopack can find it
|
| 10 |
+
RUN cd /usr/local/lib/node_modules/omniroute/app && npm install zod --legacy-peer-deps
|
| 11 |
|
| 12 |
# Install git and bash for sync script
|
| 13 |
RUN apt-get update && apt-get install -y git bash && rm -rf /var/lib/apt/lists/*
|