From 796ffd1c875087adbf7df6a6bfd986c8ba78e2a7 Mon Sep 17 00:00:00 2001 From: Gianni Carafa Date: Thu, 2 Nov 2023 18:46:16 +0100 Subject: [PATCH] rename public to assets --- README.md | 4 ++-- {public => assets}/index.html | 0 {public => assets}/pigeon.svg | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {public => assets}/index.html (100%) rename {public => assets}/pigeon.svg (100%) diff --git a/README.md b/README.md index ba772fb..5a8f5d7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

Ladder

@@ -39,7 +39,7 @@ docker run -p 8080:8080 -d --name ladder ghcr.io/kubero-dev/ladder:latest ### Docker Compose ```bash -wget https://raw.githubusercontent.com/kubero-dev/ladder/main/docker-compose.yml +wget https://raw.githubusercontent.com/kubero-dev/ladder/main/docker-compose.yaml docker-compose up -d ``` diff --git a/public/index.html b/assets/index.html similarity index 100% rename from public/index.html rename to assets/index.html diff --git a/public/pigeon.svg b/assets/pigeon.svg similarity index 100% rename from public/pigeon.svg rename to assets/pigeon.svg