Skip to content

Commit 9879b7f

Browse files
committed
test
1 parent 8da2417 commit 9879b7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ RUN echo "" && \
135135
.next/*.json \
136136
/app/.next/ && \
137137
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-
\
138+
rm -rf node_modules && \
139+
npm install --production && \
140+
npm install daisyui@^4.12.24 && \
141141
container_build_log add "ZT Net" "${ZT_NET_VERSION}" "${ZT_NET_REPO_URL}" && \
142142
echo "${ZT_NET_VERSION}" > /app/.ztnet-version && \
143143
chown -R zerotier:zerotier /app && \

0 commit comments

Comments
 (0)