This commit is contained in:
Richard
2026-03-26 18:43:01 +01:00
commit 9616a8236b
25 changed files with 2773 additions and 0 deletions

6
farm/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM debian
RUN apt update && apt install -y curl vim wget xz-utils build-essential less
RUN useradd -m dev
USER dev
WORKDIR /home/dev/farm
ADD . /home/dev/farm