diff --git a/Dockerfile b/Dockerfile index a98c564..90f9c86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,8 @@ FROM alpine:3.22.0 LABEL maintainer="Phil " -LABEL version="0.1" LABEL description="Docker image for TFTP server using dnsmasq" - WORKDIR / RUN apk add --no-cache \ diff --git a/README.md b/README.md index 40ee09e..5d37a57 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # docker-tftp - -simple & slim TFTP server using dnsmasq \ No newline at end of file +## simple & slim TFTP server using dnsmasq +### Docs +- TODO \ No newline at end of file diff --git a/init.sh/init.sh b/init.sh similarity index 100% rename from init.sh/init.sh rename to init.sh diff --git a/init.sh/start.sh b/start.sh similarity index 100% rename from init.sh/start.sh rename to start.sh