Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ RUN chmod +x /app/install-extensions.sh
25
 
26
  # Minimal startup
27
  EXPOSE 8080
28
- CMD ["bash", "-c", "/app/install-extensions.sh & code-server --bind-addr 0.0.0.0:8080 --auth none /app"]
 
25
 
26
  # Minimal startup
27
  EXPOSE 8080
28
+ CMD ["bash", "-c","code-server --bind-addr 0.0.0.0:8080 --auth none /app"]