Update Dockerfile

This commit is contained in:
2026-06-09 19:13:39 +02:00
parent 86b7d1095b
commit f3d7ba6ffa

View File

@@ -7,4 +7,4 @@ RUN npm install --omit=dev
COPY src/* .
CMD ["node", "src/main.js"]
CMD ["node", "main.js"]