fix: refactor analytics

This commit is contained in:
Levente Orban
2025-08-27 16:54:28 +02:00
parent 1ea87ab3ae
commit b2e46efc68
5 changed files with 8 additions and 32 deletions

View File

@@ -20,5 +20,4 @@ EXPOSE 3000
ENV PORT 3000
ENV HOSTNAME "0.0.0.0"
ENV NODE_ENV production
CMD [ "node", "build" ]