Skip to content

Commit

Permalink
add config-shim 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jul 18, 2024
1 parent f03176d commit 73c5a4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ COPY vhost.conf /etc/apache2/sites-enabled/

RUN echo "ServerName 127.0.0.1" >> /etc/apache2/apache2.conf

ADD https://github.com/silinternational/config-shim/releases/download/v1.0.0/config-shim.gz config-shim.gz
RUN gzip -d config-shim.gz && chmod 755 config-shim && mv config-shim /usr/local/bin

EXPOSE 80

# By default, simply start apache.
Expand Down

0 comments on commit 73c5a4c

Please sign in to comment.