Skip to content

Fix Docker runtime execution#33

Closed
risu729 wants to merge 2 commits intomainfrom
fix/docker-build-command
Closed

Fix Docker runtime execution#33
risu729 wants to merge 2 commits intomainfrom
fix/docker-build-command

Conversation

@risu729
Copy link
Copy Markdown
Member

@risu729 risu729 commented Apr 4, 2026

Summary

  • switch the Dockerfile to a multi-stage build so scraping runs when the container starts rather than during docker build
  • keep the runtime image slim and include the SQL files plus runtime SSL/CA dependencies
  • keep the builder image on rust:1.80

Verification

  • git push -u origin fix/docker-build-command
  • docker build -t spooderman:test . currently fails because this repository uses Rust 2024 edition and Cargo 1.80 does not support it yet

Notes

  • The Dockerfile no longer depends on HASURAGRES_URL or HASURAGRES_API_KEY being present at image build time.
  • With the builder tag reverted to rust:1.80, the image still needs a toolchain update before docker build can succeed.

@risu729
Copy link
Copy Markdown
Member Author

risu729 commented Apr 5, 2026

Closing this in favor of removing the unused/broken Docker/CD workflow instead of trying to fix it here.

@risu729 risu729 closed this Apr 5, 2026
@risu729 risu729 deleted the fix/docker-build-command branch April 5, 2026 09:45
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

Successfully merging this pull request may close these issues.

1 participant