Fix devcontainer and testing Dockerfile (#962)

* Fix permissions for `scripts/setup`

* Add new script

* Use script

* Update Dockerfile

* Rename and clone

* Perms

* Fix

* fi
This commit is contained in:
Bas Nijholt 2024-04-06 11:25:47 +02:00 committed by GitHub
commit 2f31b42cb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 33 additions and 26 deletions

View file

@ -1,7 +1,7 @@
{
"name": "basnijholt/adaptive_lighting",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11-bullseye",
"postCreateCommand": "scripts/setup",
"postCreateCommand": "scripts/setup-devcontainer",
"forwardPorts": [
8123
],