Fixed links to build stats & commented out removal of .git files

This commit is contained in:
jokob-sk
2022-06-12 13:38:01 +10:00
parent 75fb196660
commit 1eb137e936
3 changed files with 8 additions and 3 deletions

View File

@@ -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 \

View File

@@ -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)
<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).

View File

@@ -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