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