migrate LDAP users to OIDC

This commit is contained in:
Vladimir D
2024-02-15 15:50:03 +04:00
parent 25292a86b4
commit e556c856f1
4 changed files with 56 additions and 3 deletions

View File

@@ -69,7 +69,9 @@ RUN ln -sf /run/mastodon/supervisord.log /var/log/supervisor/supervisord.log
RUN ln -fs /app/data/env.production /app/code/.env.production
RUN ln -fs /app/data/system /app/code/public/system
COPY start.sh cleanup.sh config.sh env.template cache-env.sh.template /app/pkg/
COPY migrateUsers.js start.sh cleanup.sh config.sh env.template cache-env.sh.template /app/pkg/
RUN chmod +x /app/pkg/migrateUsers.js
CMD [ "/app/pkg/start.sh" ]