[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-07-06 22:10:09 +03:00
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"]