Compare commits

...

2 Commits

Author SHA1 Message Date
Matthias Nannt
94f68480bf solve merge conflicts 2025-05-06 20:52:58 +02:00
Matthias Nannt
d0adbcb39b chore: remove unused npm dependencies from docker image 2025-05-06 20:31:02 +02:00

View File

@@ -143,7 +143,7 @@ RUN chmod -R 755 ./node_modules/@noble/hashes
COPY --from=installer /app/node_modules/zod ./node_modules/zod
RUN chmod -R 755 ./node_modules/zod
RUN npm install --ignore-scripts -g tsx typescript prisma pino-pretty
RUN npm install --ignore-scripts -g tsx typescript prisma
EXPOSE 3000
ENV HOSTNAME "0.0.0.0"