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 2f488f2 commit f88eb72Copy full SHA for f88eb72
baseimages/scripts/entrypoint.sh
@@ -15,7 +15,7 @@ if test -e project.tar.gz ; then
15
fi
16
17
# Run the entrypoint if configured:
18
-if test -L entrypoint ; then
+if test -e entrypoint ; then
19
ENTRYPOINT=$(cat entrypoint)
20
echo Running project ...
21
. /home/user/.local/bin/env
0 commit comments