This commit is contained in:
Dennis Postma 2025-02-08 02:42:45 +01:00
parent 1ed9c2a61f
commit cbaadc0c26

View File

@ -10,4 +10,4 @@ COPY . .
EXPOSE 4000
CMD ["node", "run", "start"]
CMD ["npm", "run", "start"]