fix dockerfile

This commit is contained in:
Karol Wypchlo 2021-04-29 17:21:56 +02:00
parent d2ab900800
commit 893b424c59
1 changed files with 1 additions and 1 deletions

View File

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