Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|