From adf4affb9dc6faaff6e0d02144fb6dd19ef0a359 Mon Sep 17 00:00:00 2001 From: giannoul Date: Thu, 29 Oct 2020 12:16:27 +0000 Subject: [PATCH 1/3] Setting stuff for getting the application to work --- .gitpod.Dockerfile | 2 ++ .gitpod.yml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitpod.Dockerfile create mode 100644 .gitpod.yml 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..6499bad0 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,2 @@ +image: + file: .gitpod.Dockerfile \ No newline at end of file From cbb1d3153929f5780897e2b6c78bd8c66db39511 Mon Sep 17 00:00:00 2001 From: giannoul Date: Thu, 29 Oct 2020 12:59:53 +0000 Subject: [PATCH 2/3] Trying to get container up and running --- .gitpod.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 6499bad0..b80142cd 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,2 +1,6 @@ image: - file: .gitpod.Dockerfile \ No newline at end of file + file: .gitpod.Dockerfile + +ports: + - port: 3000 + onOpen: open-browser \ No newline at end of file From d069f8d437159d90b672d581999ba128125f18d3 Mon Sep 17 00:00:00 2001 From: giannoul Date: Thu, 29 Oct 2020 13:16:03 +0000 Subject: [PATCH 3/3] The change --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@