[Fix] Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user