data dir not nessecary

This commit is contained in:
2025-12-31 20:11:50 -08:00
parent c96192c83f
commit 3ba92058cc

View File

@@ -1,7 +1,7 @@
FROM docker
WORKDIR /
COPY composer /composer
RUN mkdir -p store/data store/stack
RUN mkdir -p store/stack
RUN apk update
RUN apk add --no-cache git python3 py3-pip
RUN pip3 install -r composer/requirements.txt