Updated backend to use nodemon for development, removed minio integration and made other changes

This commit is contained in:
2022-10-05 17:38:34 +03:00
parent 2908a0bed0
commit 23471d5bb3
4 changed files with 667 additions and 62 deletions

View File

@@ -13,4 +13,4 @@ RUN npm install
COPY . /app
# launch node server
ENTRYPOINT node server.js
ENTRYPOINT npm run start