Skip to content

Commit

Permalink
[Fix] Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
New-dev0 authored Jun 8, 2022
1 parent 08ab744 commit d130865
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ FROM theteamultroid/ultroid:main
ENV TZ=Asia/Kolkata
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

COPY installer.sh .

RUN bash installer.sh

# changing workdir
Expand Down

0 comments on commit d130865

Please sign in to comment.