docker-redis - final cleanup

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-10-03 16:30:15 -04:00
parent 68b8743002
commit 5114138c67
7 changed files with 142 additions and 125 deletions

View File

@@ -41,4 +41,4 @@ COPY . .
EXPOSE 4000
# Start the application
CMD ["nodemon", "--exitcrash" , "--legacy-watch", "server.js"]
CMD ["nodemon", "--legacy-watch", "server.js"]