Update Packages + Remove Uptime Kuma References from Dockerfile

This commit is contained in:
Neshura 2025-04-05 01:35:21 +02:00
parent 9e1168d091
commit 02a429c8be
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D
3 changed files with 72 additions and 182 deletions

View file

@ -14,8 +14,6 @@ WORKDIR /app
COPY --from=build /app .
ENV NODE_ENV production
ENV KUMA_USERNAME ''
ENV KUMA_PASSWORD ''
EXPOSE 8000
CMD ["yarn", "preview"]