fixed crash on wrong login password for existing user, update docker-compose.yaml

This commit is contained in:
slawk0
2024-08-29 19:13:40 +02:00
parent 2ec948c1e3
commit 1c927f75f5
3 changed files with 2 additions and 5 deletions

View File

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