make httpd-foreground executable

This commit is contained in:
Jonas Leder 2021-08-16 19:59:12 +02:00
parent 22d193f205
commit 7afbad6c04

View file

@ -49,4 +49,5 @@ EXPOSE 80
# | set entrypoint
# |--------------------------------------------------------------------------
COPY httpd-foreground /usr/local/bin/
RUN chmod +x /usr/local/bin/httpd-foreground
CMD ["httpd-foreground"]