Explore
Register Sign In
gromov/casdoor
1
0
Fork 0
You've already forked casdoor
forked from casdoor/casdoor
Code Pull Requests Actions Packages Releases Activity
Files
7c38a99973608fb95f69ba539c8f1db84e8b0209
casdoor/docker-entrypoint.sh

11 lines
187 B
Bash
Raw 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: use sqlite DB instead of mariadb for all-in-one Docker image (#4949)
2026-02-02 00:13:14 +08:00
if [ -z "${driverName:-}" ]; then
export driverName=sqlite
fi
if [ -z "${dataSourceName:-}" ]; then
export dataSourceName="file:casdoor.db?cache=shared"
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
feat: use sqlite DB instead of mariadb for all-in-one Docker image (#4949)
2026-02-02 00:13:14 +08:00
exec /server
Copy Permalink
Version: 1.24.6
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 Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어