Fixed links to build stats & commented out removal of .git files
This commit is contained in:
@@ -23,8 +23,8 @@ RUN mv /var/www/html/index.lighttpd.html /var/www/html/index.lighttpd.html.old \
|
||||
COPY . $dir
|
||||
|
||||
# delete .git/ files and the tar/ realese directory to make the image smaller
|
||||
RUN rm -r $dir/.git \
|
||||
&& rm -r $dir/tar
|
||||
#RUN rm -r $dir/.git \
|
||||
RUN rm -r $dir/tar
|
||||
|
||||
# Pi.Alert
|
||||
RUN ln -s $dir/front /var/www/html/pialert \
|
||||
|
||||
@@ -12,6 +12,11 @@ unknown devices. It also warns the disconnection of "always connected" devices.
|
||||
JavaScript)*
|
||||
|
||||
# Docker image :whale:
|
||||
[](https://github.com/jokob-sk/Pi.Alert/actions/workflows/docker.yml)
|
||||
[](https://hub.docker.com/r/jokobsk/pi.alert)
|
||||
<a href="https://hub.docker.com/r/jokobsk/pi.alert">
|
||||
<img src="https://img.shields.io/docker/pulls/jokobsk/pi.alert?logo=docker&color=0aa8d2&logoColor=fff" alt="Docker Pulls">
|
||||
</a>
|
||||
|
||||
All credit for Pi.Alert goes to: [pucherot/Pi.Alert](https://github.com/pucherot/Pi.Alert).
|
||||
A pre-built image is available on :whale: Docker Hub: [jokobsk/Pi.Alert](https://registry.hub.docker.com/r/jokobsk/pi.alert).
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[](https://github.com/jokob-sk/Docker-Image-for-Pi.Alert/actions/workflows/docker.yml) [](https://hub.docker.com/r/jokobsk/pi.alert)
|
||||
[](https://github.com/jokob-sk/Pi.Alert/actions/workflows/docker.yml) [](https://hub.docker.com/r/jokobsk/pi.alert)
|
||||
|
||||
# :whale: A docker image for Pi.Alert
|
||||
|
||||
|
||||
Reference in New Issue
Block a user