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