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 cd08196 commit 3bcaae9Copy full SHA for 3bcaae9
Dockerfile.heredoc
@@ -7,6 +7,7 @@ FROM python:${PYTHON_VERSION}-slim-bullseye
7
ENV USER_NAME=${USER_NAME:-appuser}
8
9
# TODO: debug `<<-` heredoc operator
10
+# ! technically works, but includes leading tabs O.o
11
RUN <<EOF
12
#!/usr/bin/env python
13
import os
0 commit comments