Spaces:
Runtime error
Runtime error
Commit
·
de31f51
1
Parent(s):
b177c43
Updated run.sh
Browse files
run.sh
CHANGED
@@ -96,4 +96,4 @@ docker run -d \
|
|
96 |
$CONTAINER_NAME
|
97 |
|
98 |
echo "Container started! API should be available at http://localhost:$PORT"
|
99 |
-
echo "To view logs, run: docker logs -f $CONTAINER_NAME"
|
|
|
96 |
$CONTAINER_NAME
|
97 |
|
98 |
echo "Container started! API should be available at http://localhost:$PORT"
|
99 |
+
echo "To view logs, run: docker logs -f $CONTAINER_NAME"
|