mirror of
https://github.com/Red5d/docker-autocompose
synced 2026-01-04 23:58:02 +00:00
Docker file for running autocompose in docker
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN python ./setup.py install
|
||||
|
||||
ENTRYPOINT [ "python", "./autocompose.py" ]
|
||||
Reference in New Issue
Block a user