update dockerfile
This commit is contained in:
@@ -2,7 +2,8 @@ FROM docker
|
|||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY composer /composer
|
COPY composer /composer
|
||||||
RUN mkdir -p store/stack
|
RUN mkdir -p store/stack
|
||||||
|
RUN touch store/stack/.env
|
||||||
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 --no-cache-dir --break-system-packages -r composer/requirements.txt
|
||||||
ENTRYPOINT ['python3', 'composer/entrypoint.py']
|
ENTRYPOINT python3 composer/entrypoint.py
|
||||||
Reference in New Issue
Block a user