From f5b999b7f5955b9e560f33180be956f28b2110fa Mon Sep 17 00:00:00 2001 From: ReuschelCGN <82573872+ReuschelCGN@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:24:02 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2cb8a3def..936c04eb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN apk add git \ && npm install \ && apk del .gyp EXPOSE 3030 -CMD npm start +CMD npm run latest