Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhpham committed Dec 7, 2020
1 parent ee50264 commit 566bc7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions .gitpod-config/start-no-vnc.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
sleep 3
feh --bg-center /workspace/test-with-gitpod/.gitpod-config/gondola-logo-1.png
/opt/novnc/utils/launch.sh --vnc "localhost:5900" --listen "6080"
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tasks:
- command: /opt/bin/entry_point.sh &
- command: npm i && npm run compile -- -w & echo -e "\n\nYou are ready! \nRun your test by 'npm run test'\n"
image:
file: .gitpod.Dockerfile
file: .gitpod-config/.gitpod.Dockerfile

ports:
- port: 6080
Expand Down

0 comments on commit 566bc7e

Please sign in to comment.