This website requires JavaScript.
Explore
Help
Register
Sign In
xZero707
/
dockerfiles
Watch
1
Star
0
Fork
0
You've already forked dockerfiles
mirror of
https://github.com/jessfraz/dockerfiles.git
synced
2024-11-23 19:32:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5df8226ffa
dockerfiles
/
vscode
/
start.sh
6 lines
71 B
Bash
Raw
Normal View
History
Unescape
Escape
Update Visual Studio Code to 1.2 (#154)
2016-06-25 15:38:22 +02:00
#!/bin/bash
add pipefails Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-04-27 22:58:43 +02:00
set
-e
set
-o pipefail
Update Visual Studio Code to 1.2 (#154)
2016-06-25 15:38:22 +02:00
Fix jess/vscode hanging as running indefinetely (#305) `sleep infinity` was keeping the process as running until being forced to stop with `docker container stop` `/usr/bin/editor` is just a script that calls the editor (at another shell), using the right path (`/usr/share/code/code`) directly to call it fix this issue
2017-11-01 18:08:54 +01:00
su user -p -c /usr/share/code/code
Reference in New Issue
Copy Permalink