diff --git a/Dockerfile b/Dockerfile index ea1a1383..691932fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index 1cfd0d98..7275d6bf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ unknown devices. It also warns the disconnection of "always connected" devices. JavaScript)* # Docker image :whale: +[![Docker](https://github.com/jokob-skPi.Alert/actions/workflows/docker.yml/badge.svg)](https://github.com/jokob-sk/Pi.Alert/actions/workflows/docker.yml) +[![Docker Image Size](https://img.shields.io/docker/image-size/jokobsk/pi.alert?logo=Docker)](https://hub.docker.com/r/jokobsk/pi.alert) + + Docker Pulls + 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). diff --git a/dockerfiles/README.md b/dockerfiles/README.md index f2635e6b..f738c426 100644 --- a/dockerfiles/README.md +++ b/dockerfiles/README.md @@ -1,4 +1,4 @@ -[![Docker](https://github.com/jokob-sk/Docker-Image-for-Pi.Alert/actions/workflows/docker.yml/badge.svg)](https://github.com/jokob-sk/Docker-Image-for-Pi.Alert/actions/workflows/docker.yml) [![Docker Image Size](https://img.shields.io/docker/image-size/jokobsk/pi.alert?logo=Docker)](https://hub.docker.com/r/jokobsk/pi.alert) +[![Docker](https://github.com/jokob-skPi.Alert/actions/workflows/docker.yml/badge.svg)](https://github.com/jokob-sk/Pi.Alert/actions/workflows/docker.yml) [![Docker Image Size](https://img.shields.io/docker/image-size/jokobsk/pi.alert?logo=Docker)](https://hub.docker.com/r/jokobsk/pi.alert) # :whale: A docker image for Pi.Alert