Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ RUN pip3 install -r requirements.txt
|
|
29 |
RUN chmod +x $HOME/entrypoint.sh
|
30 |
|
31 |
# Define the entrypoint for the container
|
32 |
-
ENTRYPOINT ["
|
|
|
29 |
RUN chmod +x $HOME/entrypoint.sh
|
30 |
|
31 |
# Define the entrypoint for the container
|
32 |
+
ENTRYPOINT ["/home/user/entrypoint.sh"]
|