diff --git a/Dockerfile b/Dockerfile index a0b785a..951298e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ WORKDIR /usr/src/app COPY package.json ./ RUN npm install COPY . . -CMD [ "node", "main.js" ] \ No newline at end of file +CMD "node main.js 2> /logs/nodbot.error 1> /logs/nodbot.log" \ No newline at end of file