[~] Refactor
This commit is contained in:
parent
c99948eb95
commit
9ee8c962ca
@ -13,9 +13,10 @@ RUN pip3 install celery redis
|
||||
RUN pip3 install dataclasses-json
|
||||
RUN pip3 install rpdb
|
||||
RUN apt-get install -yy netcat-traditional
|
||||
RUN apt-get install vim
|
||||
RUN apt-get install -yy vim
|
||||
RUN apt-get install -yy tini
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENTRYPOINT ["bash", "docker/tiktok/entry.sh"]
|
||||
ENTRYPOINT ["tini", "--", "bash", "docker/tiktok/entry.sh"]
|
||||
CMD ["zsh", "-l"]
|
||||
|
Loading…
Reference in New Issue
Block a user