Ajouter openvscode/Dockerfile
This commit is contained in:
parent
260da9ea2d
commit
276e2cc041
1 changed files with 5 additions and 0 deletions
5
openvscode/Dockerfile
Normal file
5
openvscode/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FROM gitpod/openvscode-server
|
||||||
|
|
||||||
|
# Matches Home Assistant's persistent directory.
|
||||||
|
RUN rm -rf /home/workspace
|
||||||
|
RUN ln -s /home/workspace /data
|
Loading…
Reference in a new issue