rvc11 commited on
Commit
bd861ef
·
verified ·
1 Parent(s): 4dbb63a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -40,8 +40,6 @@ RUN usermod -aG sudo ubuntu
40
  USER root
41
  # Expose the default port used by Visual Studio Code Server
42
  EXPOSE 7860
43
- # Set a password for authentication
44
- ENV PASSWORD="PrivatePass123#"
45
  # Copy any additional extensions or settings you want to include
46
  # For example, if you have a list of extensions in a file called extensions.txt:
47
  # COPY extensions.txt /home/coder/extensions.txt
 
40
  USER root
41
  # Expose the default port used by Visual Studio Code Server
42
  EXPOSE 7860
 
 
43
  # Copy any additional extensions or settings you want to include
44
  # For example, if you have a list of extensions in a file called extensions.txt:
45
  # COPY extensions.txt /home/coder/extensions.txt