From 30ad82a0f86b23937ed8459346cc2017231f638a Mon Sep 17 00:00:00 2001 From: paspo Date: Wed, 30 Jul 2025 14:52:04 +0200 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8144ee7..ddcfda1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN \ COPY rootfs / -VOLUME [ "/data/www", "/ssh" ] +VOLUME [ "/data", "/ssh" ] ENV \ USERNAME=theuser \