add hot reload to docker
This commit is contained in:
parent
00a78f33b6
commit
fae5f783f3
3 changed files with 30 additions and 11 deletions
|
@ -12,4 +12,4 @@ FROM dependencies AS build
|
|||
COPY . ./
|
||||
RUN npm run build -- --mode production
|
||||
|
||||
CMD [ "node", "/app" ]
|
||||
CMD [ "node", "build" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue