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 7d2e7e6 commit f0c3e6aCopy full SHA for f0c3e6a
.devcontainer/scripts/post-create.sh
@@ -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
@@ -0,0 +1,6 @@
+echo 'Post-create script running from (/workspace/scripts)...'
0 commit comments