Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM engineyard/kontainers:ruby-2.3-v1.0.0
RUN apt-get install -y libsqlite3-dev sqlite3
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
image:
file: .gitpod.Dockerfile

ports:
- port: 3000
onOpen: open-browser
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div id="all">
<div id="header">
<h1><span class="intro">Getting Things Done</span> deployed on <span class="branding">Engine Yard</span></h1>
<h1><span class="intro">Getting Things Done</span> deployed on <span class="branding">DevSpaces by igiannoulas</span></h1>
<span class="environment-info"><%= link_to 'Environment Info', environment_path %></span>
<p class="sample">Sample Deployment Application</p>
</div>
Expand Down