Skip to content
Snippets Groups Projects
Commit f4a2f52b authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

Add empty file to avoid logrotate error (due to default configuration of the package)

parent ed167912
Branches 1.11.10-0.1.11
No related tags found
No related merge requests found
......@@ -135,6 +135,8 @@
COPY nginx.conf /etc/nginx/nginx.conf
COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf
COPY nginx /etc/logrotate.d/nginx
# avoid logrotate error for missing file
CMD touch /var/log/messages
EXPOSE 80 443
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment