From 7049bc89fd2afb88a06f96c9bf1f996c7472c304 Mon Sep 17 00:00:00 2001 From: Peter Lewis Date: Thu, 21 Dec 2023 14:30:19 +0000 Subject: [PATCH] missed nodemon --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9381cf1..e00866f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,9 @@ COPY --from=build_node_modules /app /app # than what runs inside of docker. RUN mv /app/node_modules /node_modules +# Enable this to run `npm run serve` +RUN npm i -g nodemon + # Install Linux packages RUN apk add -U --no-cache \ iptables \