Files
docker-autoheal/tests/watch-autoheal/Dockerfile
T
modem7 5b99d0280f Updating image
Updated Dockerfile and scripts with some of the latest PR's, and work from tylerpace.

Adding a few files back from original repo such as tests and github workflow.

Co-Authored-By: Tyler Pace <4195596+tylerpace@users.noreply.github.com>
2023-09-15 15:32:52 +01:00

9 lines
111 B
Docker
Executable File

FROM alpine:latest
RUN apk --update add bash docker
WORKDIR /app
COPY . .
ENTRYPOINT ["/app/entrypoint.sh"]