fix dockerfile

This commit is contained in:
Ammar Qaffaf
2024-03-11 06:45:55 -04:00
parent e222bef577
commit 5ed60d970f

View File

@ -12,4 +12,4 @@ RUN npm run build
EXPOSE 4000
CMD ["sh", "-c", "nginx -g 'daemon off;' & npm run start:all"]
CMD ["sh", "-c", "npm run start:dev"]