We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3e063 commit 11ced62Copy full SHA for 11ced62
codeserver/ubi9-python-3.12/Dockerfile.cpu
@@ -281,7 +281,7 @@ COPY ${CODESERVER_SOURCE_CODE}/test /tmp/test
281
# TODO(jdanek): add --mount=type=bind,target=/opt/app-root/src
282
RUN <<'EOF'
283
set -Eeuxo pipefail
284
-python3 /tmp/test/test_startup.py |& tee /tmp/test_log.txt
+python3 /tmp/test/test_startup.py 2>&1 | tee /tmp/test_log.txt
285
EOF
286
287
from codeserver
0 commit comments