Commit Graph

6 Commits

Author SHA1 Message Date
Thor77 28a74654d4 Update to rails 7.0.3
* updated ruby to 2.7.5
* updated rails to 7.0.3
* switched devise_token_auth to git for rails7 support
* ran `rails app:update`
* cleanup .gitlab-ci.yml
* remove unnecessary ci files
* remove unused docker rake task
* fix potential inconsistent image build by using commit images as base
2022-05-19 09:08:36 +02:00
Daniel Schädler 2fb0206798 Ignore coverage and docker folder in docker build 2019-10-09 12:32:59 +02:00
Daniel Schädler 2ba17a02a0 Add test & spec folder to docker container
It would have been nicer to also exclude the test and spec folder within
the production container, saving some space within that, but the docker
COPY statement doesn't allow for that without a workaround. So this is
what we will do for now I guess.
2019-10-09 12:32:59 +02:00
Daniel Schädler b84481d69b Add sonarqube Code analysis 2019-05-26 12:53:27 +02:00
Daniel Schädler 277c362d15 Add development dirs/files to .dockerignore
Co-Authored-By: Thor77 <thor77@thor77.org>
2019-04-17 09:14:30 +02:00
Thor77 b8ebfb6858
Add .dockerignore 2019-04-17 08:25:13 +02:00