diff --git a/.devcontainer.json b/.devcontainer.json new file mode 100644 index 0000000..ecc0b58 --- /dev/null +++ b/.devcontainer.json @@ -0,0 +1,17 @@ +{ + + "name": "dev", + + "build": { + "dockerfile": "./Dockerfile" + }, + + "postCreateCommand": "bash /bin/entrypoint.sh", + + "customizations": { + "codespaces": { + "openFiles": [] + } + } + +}