OneApiHarmon commited on
Commit
a2006a5
1 Parent(s): 883b04d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -7,9 +7,6 @@ USER root
7
  # Expose the default port used by Visual Studio Code Server
8
  EXPOSE 7860
9
 
10
- # Set a password for authentication
11
- ENV PASSWORD="PrivatePass123#"
12
-
13
  # Copy any additional extensions or settings you want to include
14
  # For example, if you have a list of extensions in a file called extensions.txt:
15
  # COPY extensions.txt /home/coder/extensions.txt
 
7
  # Expose the default port used by Visual Studio Code Server
8
  EXPOSE 7860
9
 
 
 
 
10
  # Copy any additional extensions or settings you want to include
11
  # For example, if you have a list of extensions in a file called extensions.txt:
12
  # COPY extensions.txt /home/coder/extensions.txt