Merge branch 'accounts' into accounts-dashboard

This commit is contained in:
Karol Wypchlo 2021-02-03 15:36:39 +01:00
commit aeed0a2976
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM openresty/openresty:1.19.3.1-2-bionic FROM openresty/openresty:1.19.3.1-2-bionic
# RUN apt-get update -qq && apt-get install cron logrotate -qq # RUN apt-get update -qq && apt-get install cron logrotate -qq
# RUN luarocks install luasocket RUN luarocks install luasocket
# CMD ["sh", "-c", "service cron start;", "/usr/local/openresty/bin/openresty -g daemon off;"] # CMD ["sh", "-c", "service cron start;", "/usr/local/openresty/bin/openresty -g daemon off;"]
CMD ["/usr/local/openresty/bin/openresty", "-g", "daemon off;"] CMD ["/usr/local/openresty/bin/openresty", "-g", "daemon off;"]