Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Build Docker Image #289

Open
NightXBurn opened this issue May 12, 2023 · 0 comments
Open

Unable to Build Docker Image #289

NightXBurn opened this issue May 12, 2023 · 0 comments

Comments

@NightXBurn
Copy link

I am encountering difficulties in building a Docker image using the files provided by the authors. I have followed the documented instructions carefully, but the build process is failing consistently. I am seeking assistance to resolve this issue and successfully build the Docker image.

Steps to Reproduce:

  1. Clone the repository containing the files provided by the authors.
  2. Navigate to the project directory.
  3. Open Dockerfile, in line 81 add the following text "RUN npm install -g npm@latest [email protected]"
  4. Run the Docker build command: docker build -t scirius
  5. Run the Docker container using the command: docker run -p 3000:8000 --name sc scirius

Expected Behavior:
The Docker image should be built successfully without any errors or failures.

Actual Behavior:
The container encounter an error while starting the server. The specific error message or stack trace is as follows: sqlite3.OperationalError: no such table: auth_user.

Thank you for your assistance in resolving this issue.

Best regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant