fixed crash on wrong login password for existing user, update docker-compose.yaml
This commit is contained in:
@@ -31,8 +31,6 @@ USER node
|
||||
# Copy the rest of the source files into the image.
|
||||
COPY . .
|
||||
|
||||
CMD npm i
|
||||
|
||||
# Expose the port that the application listens on.
|
||||
EXPOSE ${APP_PORT}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user