Updated backend to use nodemon for development, removed minio integration and made other changes
This commit is contained in:
@@ -13,4 +13,4 @@ RUN npm install
|
||||
COPY . /app
|
||||
|
||||
# launch node server
|
||||
ENTRYPOINT node server.js
|
||||
ENTRYPOINT npm run start
|
Reference in New Issue
Block a user