Skip to content

Commit

Permalink
Feat add docker local hot reload (#130)
Browse files Browse the repository at this point in the history
* FEAT_add-docker-local-hot-reload

* fix dockerfile npm i

---------

Co-authored-by: Julien Grach <[email protected]>
  • Loading branch information
JulienGrach and juliengrach-cassation authored Oct 1, 2024
1 parent 42a1bb8 commit bc0a6ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.label.local
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
FROM node:16-alpine

RUN apk add git

USER node
WORKDIR /home/node

COPY --chown=node:node . .
RUN yarn

CMD ["yarn", "start:backend:dev"]

0 comments on commit bc0a6ce

Please sign in to comment.