From 7746dd02e1919fb6eb73cd753b4d0fce65a86b9d Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 27 Jul 2025 12:04:17 +0200 Subject: [PATCH] Changed Structure --- Dockerfile | 2 -- README.md | 5 +++-- init.sh/init.sh => init.sh | 0 init.sh/start.sh => start.sh | 0 4 files changed, 3 insertions(+), 4 deletions(-) rename init.sh/init.sh => init.sh (100%) rename init.sh/start.sh => start.sh (100%) 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