[Fix] Dockerfile

This commit is contained in:
Devesh Pal
2022-06-08 08:25:06 +05:30
committed by GitHub
parent 08ab7447df
commit d130865a45

View File

@@ -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