Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -23,10 +23,10 @@ RUN useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo
|
|
23 |
USER docker
|
24 |
|
25 |
COPY exclude.txt .
|
26 |
-
COPY script.sh .
|
27 |
|
28 |
-
# Make the script executable
|
29 |
-
RUN chmod +x script.sh
|
30 |
|
31 |
# Expose the port the server will run on
|
32 |
EXPOSE 7860
|
|
|
23 |
USER docker
|
24 |
|
25 |
COPY exclude.txt .
|
26 |
+
# COPY script.sh .
|
27 |
|
28 |
+
# # Make the script executable
|
29 |
+
# RUN sudo chmod +x script.sh
|
30 |
|
31 |
# Expose the port the server will run on
|
32 |
EXPOSE 7860
|