Skip to content

Commit 0b6c2e8

Browse files
committed
Update readme
1 parent 5f83ac2 commit 0b6c2e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ _Note_: Feel free to use the `nightly` tag to test the latest version, i.e. `git
3333
#### Custom Environment
3434
- If you want to add dependencies to this Docker image, here is a template to help:
3535
```Dockerfile
36-
36+
3737
FROM gitpod/openvscode-server:latest
3838

3939
USER root # to get permissions to install packages and such
4040
RUN # the installation process for software needed
41-
USER vscode-server # to restore permissions for the web interface
42-
41+
USER openvscode-server # to restore permissions for the web interface
42+
4343
```
4444
- For additional possibilities, please consult the `Dockerfile` for OpenVSCode Server at https://github.com/gitpod-io/openvscode-releases/
4545

0 commit comments

Comments
 (0)