Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,4 +7,4 @@ COPY entrypoint.sh /entrypoint.sh
|
|
| 7 |
# Make the script executable
|
| 8 |
RUN chmod +x /entrypoint.sh
|
| 9 |
# Set the entrypoint
|
| 10 |
-
ENTRYPOINT ["/entrypoint.sh"]
|
|
|
|
| 7 |
# Make the script executable
|
| 8 |
RUN chmod +x /entrypoint.sh
|
| 9 |
# Set the entrypoint
|
| 10 |
+
ENTRYPOINT ["/entrypoint.sh"]
|