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