refactor(docker): remove entrypoint
This commit is contained in:
parent
3940b4cec7
commit
9541cee98a
1 changed files with 2 additions and 2 deletions
|
|
@ -18,4 +18,4 @@ RUN apt-get update && \
|
|||
python3 setup.py install && \
|
||||
apt-get remove -y libffi-dev gcc && apt-get autoremove -y && apt-get clean -y
|
||||
|
||||
ENTRYPOINT ["httpaste"]
|
||||
CMD ["httpaste", "--help"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue