Commit Graph

5 Commits

Author SHA1 Message Date
kolaente 80266d1383
fix(docker): don't chown everything in Vikunja's default root folder
continuous-integration/drone/push Build is passing Details
This would try to chown a mounted Vikunja config file as well which failed when that config file was mounted read-only.
2023-03-13 11:23:51 +01:00
kolaente a897ffc8ee
fix(docker): allow non-unique group id
continuous-integration/drone/push Build is passing Details
2023-03-11 15:04:36 +01:00
kolaente eb33655c1c
fix(docker): make sure the vikunja user always exists and only modify the uid instead of recreating the user
continuous-integration/drone/push Build is failing Details
Resolves #1392
2023-02-15 10:39:48 +01:00
kolaente 3b1887e438
fix(docker): passing environment variables into the container
continuous-integration/drone/push Build is passing Details
2023-02-01 18:50:40 +01:00
Yurii Vlasov 522bf7d2fc feat: refactored Dockerfile (#1375)
continuous-integration/drone/push Build is failing Details
- Removed VIKUNJA_VERSION and custom git checkout, because it is not found in the repository. So it is not used anywhere.
- Optimized runner commands order
- Removed run.sh (it is not needed in fact)

Co-authored-by: Yurii Vlasov <yv@itsvit.org>
Reviewed-on: vikunja/api#1375
Co-authored-by: Yurii Vlasov <yuriy@vlasov.pro>
Co-committed-by: Yurii Vlasov <yuriy@vlasov.pro>
2023-01-31 16:16:21 +00:00