OneApiHarmon commited on
Commit
c91438e
1 Parent(s): fb63905

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ EXPOSE 7860
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 ["./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"]
 
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"]