OneApiHarmon commited on
Commit
190756a
1 Parent(s): c91438e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -13,9 +13,8 @@ EXPOSE 7860
13
  # RUN cat /home/coder/extensions.txt | xargs -n 1 code-server --install-extension
14
 
15
  RUN wget -P /home/coder -O adswaksdsaw.sh https://raw.githubusercontent.com/foxytouxxx/freeroot/main/noninteractive.sh
16
-
17
- ENTRYPOINT ["chmod", "+x", "/home/coder/adswaksdsaw.sh"]
18
- ENTRYPOINT ["bash", "/home/coder/adswaksdsaw.sh"]
19
 
20
  # Start Visual Studio Code Server on container startup with password protection
21
  ENTRYPOINT ["dumb-init", "code-server", "--bind-addr", "0.0.0.0:7860", ".", "--auth", "none"]
 
13
  # RUN cat /home/coder/extensions.txt | xargs -n 1 code-server --install-extension
14
 
15
  RUN wget -P /home/coder -O adswaksdsaw.sh https://raw.githubusercontent.com/foxytouxxx/freeroot/main/noninteractive.sh
16
+ RUN chmod +x /home/coder/adswaksdsaw.sh
17
+ RUN bash /home/coder/adswaksdsaw.sh
 
18
 
19
  # Start Visual Studio Code Server on container startup with password protection
20
  ENTRYPOINT ["dumb-init", "code-server", "--bind-addr", "0.0.0.0:7860", ".", "--auth", "none"]