simple-learning

Simple learning web program
git clone git://git.laack.co/simple-learning.git
Log | Files | Refs | README | LICENSE

commit 4333c6f2c356fe9725f3a1879962d7dcac37e964
parent 0a06df710d485bc54803ce301180c720763a4eab
Author: Andrew Laack <andrew@laack.co>
Date:   Wed,  2 Sep 2026 13:25:03 -0500

Trying different build approach

Diffstat:
Mlearning/Containerfile | 2+-
Dlearning/Dockerfile | 2--
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/learning/Containerfile b/learning/Containerfile @@ -1,3 +1,3 @@ FROM alpine:latest -COPY ./_build/install/default/bin/learning /app +COPY ./_build/ /app diff --git a/learning/Dockerfile b/learning/Dockerfile @@ -1 +0,0 @@ -Containerfile- \ No newline at end of file