Skip to content

Commit f0c3e6a

Browse files
postcreate command
1 parent 7d2e7e6 commit f0c3e6a

File tree

2 files changed

+13
-0
lines changed

2 files changed

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

scripts/post-create.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)