Try using html as log output format

master
Kuba Orlik 3 years ago
parent 0f5e536e22
commit 2302a8da97

@ -23,5 +23,5 @@ docker-compose run --user="$UID"\
-p ${SEALIOUS_PORT}:${SEALIOUS_PORT} \
-d \
test \
/bin/sh -c "node . > log.txt 2>&1" \
/bin/sh -c "node . 2>&1 | ansi2html > log.html" \
&& echo "App started on $SEALIOUS_PORT"

Loading…
Cancel
Save