There was an error while loading. Please reload this page.
1 parent 8da2417 commit 9879b7fCopy full SHA for 9879b7f
1 file changed
Containerfile
@@ -135,9 +135,9 @@ RUN echo "" && \
135
.next/*.json \
136
/app/.next/ && \
137
cd /app && \
138
- rm -rf node_modules/@prisma node_modules/prisma node_modules/.bin/prisma node_modules/effect node_modules/fast-check && \
139
- npm install @prisma/client@6.19.3 @paralleldrive/cuid2 prisma@6.19.3 && \
140
- \
+ rm -rf node_modules && \
+ npm install --production && \
+ npm install daisyui@^4.12.24 && \
141
container_build_log add "ZT Net" "${ZT_NET_VERSION}" "${ZT_NET_REPO_URL}" && \
142
echo "${ZT_NET_VERSION}" > /app/.ztnet-version && \
143
chown -R zerotier:zerotier /app && \
0 commit comments