add default display

This commit is contained in:
Thephaseless 2024-10-18 14:27:23 +00:00
parent 7a39415c5e
commit d0b9e7f324
2 changed files with 2 additions and 1 deletions

View File

@ -23,4 +23,5 @@ RUN apt install -y \
chromium
RUN pipx install poetry
ENV DISPLAY=:0
# RUN poetry config virtualenvs.in-project true

View File

@ -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.