fix file permissions
This commit is contained in:
parent
6fa4e551d2
commit
0c3386be18
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
FROM docker.io/openproject/openproject:14.6.3-slim
|
FROM docker.io/openproject/openproject:14.6.3-slim
|
||||||
ADD https://gist.githubusercontent.com/markasoftware/f5b2e55a2c2e3abb1f9eefcdf0bfff45/raw/148c5067e30eae04f96e3233144b4404f70ade47/enterprise_token.rb /app/app/models/enterprise_token.rb
|
ADD --chmod=644 https://gist.githubusercontent.com/markasoftware/f5b2e55a2c2e3abb1f9eefcdf0bfff45/raw/148c5067e30eae04f96e3233144b4404f70ade47/enterprise_token.rb /app/app/models/enterprise_token.rb
|
Loading…
Reference in a new issue