1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Adjust development tasks (#2425)

* Adjust development tasks

* add development
This commit is contained in:
Joakim Sørensen
2021-01-12 13:50:11 +01:00
committed by GitHub
parent 1434077f4e
commit 01a6e074a5
7 changed files with 203 additions and 155 deletions

View File

@@ -2,6 +2,11 @@ FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.8
WORKDIR /workspaces
# Set Docker daemon config
RUN \
mkdir -p /etc/docker \
&& echo '{"storage-driver": "vfs"}' > /etc/docker/daemon.json
# Install Node/Yarn for Frontent
RUN apt-get update && apt-get install -y --no-install-recommends \
curl \