mirror of
https://github.com/docker/docs.git
synced 2026-04-02 17:28:55 +07:00
Add installation and entrypoint to dockerfile
This commit is contained in:
@@ -5,6 +5,8 @@ RUN pip install -r requirements.txt
|
||||
ADD requirements-dev.txt /code/
|
||||
RUN pip install -r requirements-dev.txt
|
||||
ADD . /code/
|
||||
RUN python setup.py develop
|
||||
RUN useradd -d /home/user -m -s /bin/bash user
|
||||
RUN chown -R user /code/
|
||||
USER user
|
||||
ENTRYPOINT /usr/local/bin/fig
|
||||
|
||||
Reference in New Issue
Block a user