saikub commited on
Commit
841cea8
·
1 Parent(s): 1f68519

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ WORKDIR $HOME
11
  # Copy the application code
12
  COPY . .
13
 
14
- RUN --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/brave:1.14.0
15
 
16
  # Expose port 7860 for the application
17
  EXPOSE 7860
 
11
  # Copy the application code
12
  COPY . .
13
 
14
+ # RUN --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/brave:1.14.0
15
 
16
  # Expose port 7860 for the application
17
  EXPOSE 7860