fix dockerfile paths
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user