Logo
Explore Help
Sign In
llvy.ltd/casdoor
1
0
Fork 0
You've already forked casdoor
mirror of https://github.com/casdoor/casdoor.git synced 2025-05-23 02:35:49 +08:00
Code Issues Packages Projects Releases Wiki Activity
casdoor/docker-entrypoint.sh

9 lines
197 B
Bash
Raw Permalink Normal View History

fix: some minor bugs and make Dockerfile more productive. (#831) * fix: some minor bugs and make Dockerfile more productive. * fix: make GitHub CI configuration support build image with STANDARD target. * fix: Naming the base stage in multi-stage builds with lowercase letters to support various operating systems. * fix: copy swagger to the image as well.
2022-06-29 23:21:18 +08:00
#!/bin/bash
feat: fix oauth unknown authority in docker (#871)
2022-07-09 17:36:56 +08:00
if [ "${MYSQL_ROOT_PASSWORD}" = "" ] ;then MYSQL_ROOT_PASSWORD=123456 ;fi
fix: some minor bugs and make Dockerfile more productive. (#831) * fix: some minor bugs and make Dockerfile more productive. * fix: make GitHub CI configuration support build image with STANDARD target. * fix: Naming the base stage in multi-stage builds with lowercase letters to support various operating systems. * fix: copy swagger to the image as well.
2022-06-29 23:21:18 +08:00
service mariadb start
mysqladmin -u root password ${MYSQL_ROOT_PASSWORD}
fix: fix dockerfile (#866)
2022-07-07 16:10:15 +08:00
exec /server --createDatabase=true
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 146ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API