From c96192c83fd5163dfc7702cbce111ef36a8d88ad Mon Sep 17 00:00:00 2001 From: craisin Date: Wed, 31 Dec 2025 20:11:08 -0800 Subject: [PATCH] fix dockerfile paths --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ddfc87b..7517b28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM docker WORKDIR / COPY composer /composer -COPY stack /stack +RUN mkdir -p store/data store/stack RUN apk update RUN apk add --no-cache git python3 py3-pip RUN pip3 install -r composer/requirements.txt