Add fig as entrypoint to Dockerfile
A step towards "docker run fig". Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
65ae22e79a
commit
bb85e238e0
3 changed files with 6 additions and 4 deletions
|
|
@ -13,3 +13,5 @@ ADD . /code/
|
|||
RUN python setup.py install
|
||||
|
||||
RUN chown -R user /code/
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/fig"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue