Update dependencies

This commit is contained in:
Timothy Pidashev
2025-01-23 09:18:41 -08:00
parent 8bb28cffa6
commit 3c067b6c49
3 changed files with 227 additions and 465 deletions

View File

@@ -24,4 +24,4 @@ RUN echo "PUBLIC_VERSION=${CONTAINER_WEB_VERSION}" > /app/.env && \
EXPOSE 3000
CMD ["pnpm", "install", "&&", "pnpm", "run", "dev"]
CMD ["pnpm", "run", "dev"]