mirror of
https://github.com/docker/compose.git
synced 2025-07-25 22:54:54 +02:00
Add installation and entrypoint to dockerfile
This commit is contained in:
parent
ab145b5365
commit
dff9aa6f0c
@ -5,6 +5,8 @@ RUN pip install -r requirements.txt
|
|||||||
ADD requirements-dev.txt /code/
|
ADD requirements-dev.txt /code/
|
||||||
RUN pip install -r requirements-dev.txt
|
RUN pip install -r requirements-dev.txt
|
||||||
ADD . /code/
|
ADD . /code/
|
||||||
|
RUN python setup.py develop
|
||||||
RUN useradd -d /home/user -m -s /bin/bash user
|
RUN useradd -d /home/user -m -s /bin/bash user
|
||||||
RUN chown -R user /code/
|
RUN chown -R user /code/
|
||||||
USER user
|
USER user
|
||||||
|
ENTRYPOINT /usr/local/bin/fig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user