Actualiser openvscode-staging/Dockerfile
This commit is contained in:
parent
e6c681612d
commit
239bb93266
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
FROM gitpod/openvscode-server
|
||||
|
||||
# Matches Home Assistant's persistent directory.
|
||||
USER 0
|
||||
RUN mkdir /data
|
||||
RUN ln -s /home/workspace /data
|
||||
RUN ln -s /home/workspace /data
|
||||
|
||||
USER $CONTAINER_USER_ID
|
Loading…
Reference in a new issue