This commit is contained in:
Ammar Qaffaf
2024-03-11 19:09:16 -04:00
parent 404a701337
commit 66cdee665a
4 changed files with 4 additions and 10 deletions

View File

@ -13,4 +13,4 @@ RUN npm run build
EXPOSE 4000
CMD ["sh", "-c", "npm run start:dev"]
CMD ["npm", "run", "start"]