diff --git a/docker/Dockerfile b/docker/Dockerfile index f43014f..82fba4d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,7 +11,7 @@ RUN npm install COPY . . -RUN npm run build +# RUN npm run build CMD [ "npm", "run", "dev" ,"--", "--host"] diff --git a/package.json b/package.json index 3f0c59d..c54fe6c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "bootstrap-icons": "^1.11.3", "chart.js": "4.4.2", "clsx": "2.1.1", - "eslint": "^8.57.0", "formik": "2.4.5", "line-awesome": "1.3.0", "nouislider": "15.7.1",