Browse Source

missed nodemon

pull/686/head
Peter Lewis 1 year ago
parent
commit
7049bc89fd
Failed to extract signature
  1. 3
      Dockerfile

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

Loading…
Cancel
Save