You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
# editing of databases is available only in /config dir (bcos of 'app:app'); and /config can contain some other dirs and i do not like it, so here is new dir. Symbolic link exists bcos it is impossible to set /config as a HOME dir.
RUN mkdir -p /config/dbs && ln -s /config/dbs /dbs
# ENABLE_CJK_FONT - no text in sqlitebrowser without it; HOME - in the open file dialog this folder will be in the left section of it
ENV ENABLE_CJK_FONT=1 HOME=/dbs
# very important info
RUN \
set-cont-env APP_NAME "sqlitebrowser" \
&& set-cont-env APP_VERSION "3.12.2" \
&& set-cont-env DOCKER_IMAGE_VERSION "1.0"
# no 'CMD' or 'ENTRYPOINT'! Write it in startapp.sh