add-vscodium #3
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