Initial Commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM docker
|
||||
WORKDIR /
|
||||
COPY composer /composer
|
||||
COPY stack /stack
|
||||
RUN apk update
|
||||
RUN apk add --no-cache git python3 py3-pip
|
||||
RUN pip3 install -r composer/requirements.txt
|
||||
ENTRYPOINT ['python3', 'composer/entrypoint.py']
|
||||
Reference in New Issue
Block a user