Skip to content

Commit 7017cec

Browse files
authored
Update entrypoint.sh
1 parent 6abc701 commit 7017cec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh -l
22

33
echo "Running Spam Check on the message: $1"
4+
pwd
5+
ls -l
46
python /usr/bin/main.py "$1"
57
echo "Spam Check Finished!"

0 commit comments

Comments
 (0)