Skip to content
Snippets Groups Projects
Commit 7afbad6c authored by Jonas Leder's avatar Jonas Leder
Browse files

make httpd-foreground executable

parent 22d193f2
No related branches found
No related tags found
No related merge requests found
Pipeline #1274 passed
......@@ -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"]
\ No newline at end of file
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