likhonsheikh commited on
Commit
e7ca98e
·
verified ·
1 Parent(s): c269602

Update Dockerfile (#1)

Browse files

- Update Dockerfile (1321d9a30d6e38d12cb3e7c3636f31e465c31637)

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"]