update: octane calendar link that each user can add

This commit is contained in:
Nathan FONTEYNE 2026-07-31 11:30:00 +02:00
parent fd81b74594
commit 5759a1f248
8 changed files with 163 additions and 2 deletions

View file

@ -5,4 +5,4 @@ RUN npm install --omit=dev
COPY . .
ENV NODE_ENV=production
EXPOSE 3000
CMD ["node", "src/server.js"]
CMD ["sh", "-c", "npm run migrate && node src/server.js"]