Drop spaces
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luke Murphy
2020-03-25 21:24:51 +01:00
parent f85afcefbc
commit 1219049ee8

View File

@ -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"]