Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kavishka-sulakshana committed Oct 5, 2023
1 parent db33c87 commit c6c5b63
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ COPY . /app

WORKDIR /app

RUN useradd -ms /bin/sh tele-user
USER tele-user

ENV DOCKER_HOST=unix:///var/run/docker.sock

RUN setfacl -d /root:tele-user
RUN setfacl -d /var/run/docker.sock:tele-user

EXPOSE 8443

CMD ["python", "bot.py"]

0 comments on commit c6c5b63

Please sign in to comment.