update dependencies & remove google analytics

This commit is contained in:
tdurieux
2023-06-20 09:58:25 +02:00
parent 406330d957
commit e24d1b4630
11 changed files with 1435 additions and 1873 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:15-slim
FROM node:18-slim
ENV PORT 5000
EXPOSE $PORT