fix dockerfile
This commit is contained in:
parent
d2ab900800
commit
893b424c59
|
@ -12,4 +12,4 @@ RUN echo '* * * * * /usr/app/cli/run extended > /dev/stdout' >> /etc/crontabs/ro
|
|||
|
||||
EXPOSE 3100
|
||||
ENV NODE_ENV production
|
||||
CMD [ "sh", "-c", "crond -l 2 -f ; node --max-http-header-size=64000 src/index.js" ]
|
||||
CMD [ "sh", "-c", "crond ; node --max-http-header-size=64000 src/index.js" ]
|
||||
|
|
Reference in New Issue