diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3d386cd..3d08468 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -23,4 +23,5 @@ RUN apt install -y \ chromium RUN pipx install poetry +ENV DISPLAY=:0 # RUN poetry config virtualenvs.in-project true \ No newline at end of file diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d7d1b28..3e29b23 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,7 +22,7 @@ } } }, - // "postStartCommand": "poetry install", + "postStartCommand": "./entrypoint.sh", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, // Use 'forwardPorts' to make a list of ports inside the container available locally.