diff --git a/docker-compose.yml b/docker-compose.yml index 0049a60..a4d0378 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: - ./:/app - '/app/node_modules' ports: - - 3036:3000 + - 3036:3036 environment: - PORT=${WRENCHJOB_PORT} - POSTGRE_URL=${WRENCHJOB_POSTGRE_URL} diff --git a/package.json b/package.json index be79021..b0cd4bc 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,9 @@ "winston-papertrail": "^1.0.4", "cors": "^2.8.5", "express": "^4.18.2" + }, + "devDependencies": { + "eslint": "^8.57.0", + "nodemon": "^3.1.0" } }