diff --git a/Dockerfile b/Dockerfile index 7595d3d..c687f33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ RUN npm install pm2@4.2.3 -g EXPOSE 3282 EXPOSE 8085 -CMD [ "pm2-runtime", "npm", "--", "start" ] +CMD ["pm2-runtime", "npm", "--", "start"]