make httpd-foreground executable
This commit is contained in:
parent
22d193f205
commit
7afbad6c04
1 changed files with 1 additions and 0 deletions
|
@ -49,4 +49,5 @@ EXPOSE 80
|
||||||
# | set entrypoint
|
# | set entrypoint
|
||||||
# |--------------------------------------------------------------------------
|
# |--------------------------------------------------------------------------
|
||||||
COPY httpd-foreground /usr/local/bin/
|
COPY httpd-foreground /usr/local/bin/
|
||||||
|
RUN chmod +x /usr/local/bin/httpd-foreground
|
||||||
CMD ["httpd-foreground"]
|
CMD ["httpd-foreground"]
|
Loading…
Reference in a new issue