Try using html as log output format

This commit is contained in:
Kuba Orlik 2021-06-03 09:51:10 +02:00
parent 0f5e536e22
commit 2302a8da97

View File

@ -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"