Skip to content

Commit f2b52b8

Browse files
added post start script
1 parent f0c3e6a commit f2b52b8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

scripts/post-start.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
# This script runs after the container is created
4+
echo 'Post-create script running from (/workspace/scripts)...'
5+
echo "Current folder: $(pwd)"
6+
echo "Current user: $(whoami)"

0 commit comments

Comments
 (0)