add hot reload to docker

This commit is contained in:
lauchmelder 2025-03-05 14:20:15 +01:00
parent 00a78f33b6
commit fae5f783f3
3 changed files with 30 additions and 11 deletions

View file

@ -12,4 +12,4 @@ FROM dependencies AS build
COPY . ./
RUN npm run build -- --mode production
CMD [ "node", "/app" ]
CMD [ "node", "build" ]