docker-redis - improve lockfile for redis, add redis-insights, make sure app image has all it needs to build canvas

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-10-03 13:17:04 -04:00
parent 8f312bfffb
commit 68b8743002
5 changed files with 52 additions and 18 deletions

View File

@@ -18,6 +18,8 @@ RUN dnf install -y \
giflib-devel \
libpng-devel \
make \
python3 \
python3-pip \
&& dnf clean all
# Set the working directory
@@ -39,4 +41,4 @@ COPY . .
EXPOSE 4000
# Start the application
CMD ["nodemon", "--legacy-watch", "server.js"]
CMD ["nodemon", "--exitcrash" , "--legacy-watch", "server.js"]