saikub commited on
Commit
017c9b9
1 Parent(s): acb727b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN \
27
  WORKDIR /app
28
 
29
  # Run the install script
30
- RUN sudo bash install.sh --accept-eula --swap-size 8192
31
 
32
  # Expose the port that kasm listens on
33
  EXPOSE 8080
 
27
  WORKDIR /app
28
 
29
  # Run the install script
30
+ RUN sudo bash kasm_release/install.sh --accept-eula --swap-size 8192
31
 
32
  # Expose the port that kasm listens on
33
  EXPOSE 8080