fix dockerfile paths

This commit is contained in:
2025-12-31 20:11:08 -08:00
parent 878de447ae
commit c96192c83f

View File

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