Container crashes when using sqlite as DB dialect #97
Labels
kind/bug
Something isn't working
kind/dependencies
Pull request that updates a dependency file
kind/docker
Everything that has to do with docker
Describe the bug
Docker container crashes on startup when current Dockerfile is used for the build or the official image, and one selects sqlite as DB backend.
To Reproduce
Steps to reproduce the behavior:
Via Dockerfile
Via official container
Expected behavior
Container should start without any problems.
Desktop (please complete the following information):
Additional context
Traceback
Possible solution:
I changed the Dockerfile to the following, and at least the error disappeared. Need to test further whether the container works as expected or not.
The text was updated successfully, but these errors were encountered: