Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -60,8 +60,8 @@ RUN wget https://github.com/facebookresearch/AnimatedDrawings/releases/download/
|
|
60 |
COPY config.properties /home/config.properties
|
61 |
|
62 |
# Copy the start.sh script
|
63 |
-
COPY start.sh /home/
|
64 |
-
RUN chmod +x /home/
|
65 |
|
66 |
# Expose necessary ports
|
67 |
EXPOSE 7860 8080 8081 8082
|
|
|
60 |
COPY config.properties /home/config.properties
|
61 |
|
62 |
# Copy the start.sh script
|
63 |
+
COPY start.sh /home/start.sh
|
64 |
+
RUN chmod +x /home/start.sh
|
65 |
|
66 |
# Expose necessary ports
|
67 |
EXPOSE 7860 8080 8081 8082
|