added docker functionality

This commit is contained in:
2025-08-01 21:23:58 +02:00
parent 62094299d4
commit ee6469379f
2 changed files with 17 additions and 18 deletions

View File

@@ -9,4 +9,4 @@ COPY . .
EXPOSE 7002
CMD ["npm", "start"]
CMD ["npm", "run", "dev"]