#146 - Fix issue of build & Add local File upload support

This commit is contained in:
rishabjasrotia
2023-11-09 17:53:34 +05:30
parent c3cf9c891e
commit dbff436bc2
5 changed files with 51 additions and 14 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ EXPOSE 3000
# ENV NODE_ENV production
# Run the application
CMD ["npm", "start"]
ENTRYPOINT npm run start-dev