fix: cached File

This commit is contained in:
2026-06-06 21:00:12 +02:00
parent 3ce4af8ef2
commit f844429dfb
2 changed files with 7 additions and 4 deletions

View File

@@ -6,6 +6,5 @@ COPY package*.json ./
RUN npm install --omit=dev
COPY status.js .
RUN echo "{}" > vehicle-cache.json
CMD ["node", "status.js"]