changed mongo port and addded -l flag to nodemon

This commit is contained in:
Nuno Coração
2023-07-26 10:44:35 +01:00
parent 7d5e80247b
commit 1b1ebb9340
4 changed files with 5 additions and 3 deletions

View File

@@ -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.