Spaces:
Sleeping
Sleeping
Changed the execution command
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -54,4 +54,4 @@ COPY . .
|
|
54 |
|
55 |
# Define the command to run the application
|
56 |
# Set the entry point script as the default command
|
57 |
-
|
|
|
54 |
|
55 |
# Define the command to run the application
|
56 |
# Set the entry point script as the default command
|
57 |
+
CMD ["/entrypoint.sh"]
|