diff --git a/docker_terminal b/docker_terminal new file mode 100755 index 0000000..9713b59 --- /dev/null +++ b/docker_terminal @@ -0,0 +1 @@ +docker exec -it $1 bash \ No newline at end of file diff --git a/workspace.code-workspace b/workspace.code-workspace new file mode 100644 index 0000000..bab1b7f --- /dev/null +++ b/workspace.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": ".." + } + ], + "settings": {} +} \ No newline at end of file