diff --git a/Dockerfile b/Dockerfile index e529147..3539acb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:18 -WORKDIR /app +WORKDIR /usr/src/app COPY package*.json ./ RUN npm install COPY . . EXPOSE 3000 -CMD ["npm", "start"] \ No newline at end of file +CMD ["npm", "start"] diff --git a/package.json b/package.json index f38c1f9..03193de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "looking-api", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "start": "node ./bin/www" @@ -30,7 +30,7 @@ "nodemon": "^1.11.0", "request": "^2.79.0" }, - "description": "Urge App API", + "description": "Looking App API", "main": "app.js", "directories": { "test": "tests"