Skip to content

Commit 3bcaae9

Browse files
Update TODO
1 parent cd08196 commit 3bcaae9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.heredoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ FROM python:${PYTHON_VERSION}-slim-bullseye
77
ENV USER_NAME=${USER_NAME:-appuser}
88

99
# TODO: debug `<<-` heredoc operator
10+
# ! technically works, but includes leading tabs O.o
1011
RUN <<EOF
1112
#!/usr/bin/env python
1213
import os

0 commit comments

Comments
 (0)