Skip to content

Commit

Permalink
Merge pull request #10 from silinternational/config-shim
Browse files Browse the repository at this point in the history
add config-shim 1.0.0
  • Loading branch information
briskt authored Jul 22, 2024
2 parents f03176d + 73c5a4c commit f71a391
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 f71a391

Please sign in to comment.