Preparing the repository

This commit is contained in:
charles-gauthereau
2024-12-31 16:47:08 +01:00
parent e6975b224f
commit 16b8ee06d1
+1 -1
View File
@@ -48,7 +48,7 @@ COPY . .
ENV NEXT_TELEMETRY_DISABLED=1
#RUN npx prisma generate
RUN npx prisma generate
RUN \
if [ -f yarn.lock ]; then yarn run build; \