missed nodemon

This commit is contained in:
Peter Lewis 2023-12-21 14:30:19 +00:00
parent aa939d876c
commit 7049bc89fd
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

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