add default display

This commit is contained in:
ThePhaseless
2024-10-18 15:53:36 +00:00
parent d452d43ee8
commit 093d318dbc
2 changed files with 2 additions and 1 deletions
+1
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
+1 -1
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.