mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 16:54:04 +02:00
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:
parent
9eae1501d3
commit
2f31b42cb2
6 changed files with 33 additions and 26 deletions
|
|
@ -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
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue