mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
* Create .gitpod.dockerfile * Create .gitpod.yml * Create database.yml.gitpod * Update .gitpod.yml * ruby 2.4.6 in gitpod.dockerfile * Update .gitpod.yml * Update database.yml.gitpod * add test database * adding && to execute everything before start commands
7 lines
261 B
Docker
7 lines
261 B
Docker
FROM gitpod/workspace-mysql
|
|
|
|
# Install Ruby version 2.4.6 and set it as default
|
|
RUN echo "rvm_gems_path=/home/gitpod/.rvm" > ~/.rvmrc
|
|
RUN bash -lc "rvm install ruby-2.4.6 && rvm use ruby-ruby-2.4.6 --default"
|
|
RUN echo "rvm_gems_path=/workspace/.rvm" > ~/.rvmrc
|