Skip to content

Commit

Permalink
ci(k8s): dev.Dockerfile hot reload
Browse files Browse the repository at this point in the history
  • Loading branch information
andhreljaKern committed Sep 19, 2024
1 parent 0541909 commit b7105e4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ VOLUME ["/app"]

COPY package*.json /app/

ENV NEXT_TELEMETRY_DISABLED 1
ENV IS_DEV 1
ENV NEXT_TELEMETRY_DISABLED=1
ENV IS_DEV=1
ENV WATCHPACK_POLLING=true

RUN npm install --also=dev
RUN npm install --include=dev

ENTRYPOINT /usr/local/bin/npm run dev
ENTRYPOINT ["/usr/local/bin/npm", "run", "dev"]

0 comments on commit b7105e4

Please sign in to comment.