Try using html as log output format
This commit is contained in:
parent
0f5e536e22
commit
2302a8da97
@ -23,5 +23,5 @@ docker-compose run --user="$UID"\
|
|||||||
-p ${SEALIOUS_PORT}:${SEALIOUS_PORT} \
|
-p ${SEALIOUS_PORT}:${SEALIOUS_PORT} \
|
||||||
-d \
|
-d \
|
||||||
test \
|
test \
|
||||||
/bin/sh -c "node . > log.txt 2>&1" \
|
/bin/sh -c "node . 2>&1 | ansi2html > log.html" \
|
||||||
&& echo "App started on $SEALIOUS_PORT"
|
&& echo "App started on $SEALIOUS_PORT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user