Skip to content

Unable to Build Docker Image  #289

@NightXBurn

Description

@NightXBurn

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 webpack@3.11"
  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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions