changed mongo port and addded -l flag to nodemon
This commit is contained in:
@@ -11,6 +11,7 @@ FROM node:${NODE_VERSION}-alpine
|
||||
# Use production node environment by default.
|
||||
ENV NODE_ENV production
|
||||
|
||||
# Change working directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Download dependencies as a separate step to take advantage of Docker's caching.
|
||||
|
||||
Reference in New Issue
Block a user