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
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:
Clone the repository containing the files provided by the authors.
Navigate to the project directory.
Open Dockerfile, in line 81 add the following text "RUN npm install -g npm@latest [email protected]"
Run the Docker build command: docker build -t scirius
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,
The text was updated successfully, but these errors were encountered:
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:
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,
The text was updated successfully, but these errors were encountered: