diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 00000000..99a59faf --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,2 @@ +FROM engineyard/kontainers:ruby-2.3-v1.0.0 +RUN apt-get install -y libsqlite3-dev sqlite3 \ No newline at end of file diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..b80142cd --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +image: + file: .gitpod.Dockerfile + +ports: + - port: 3000 + onOpen: open-browser \ No newline at end of file diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index a050b5c0..f27c4746 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -10,7 +10,7 @@