Skip to content

update the docker file to include scripts - #228

Merged
sankhavaramsaitulasiram merged 1 commit into
developfrom
feat/enable-migrations-on-docker
Nov 3, 2025
Merged

update the docker file to include scripts#228
sankhavaramsaitulasiram merged 1 commit into
developfrom
feat/enable-migrations-on-docker

Conversation

@sankhavaramsaitulasiram

Copy link
Copy Markdown
Collaborator

This pull request updates the backend/Dockerfile to improve how migrations and scripts are handled in the runner image. The changes ensure that the migrations and scripts directories are copied to their own locations rather than inside the build output.

Improvements to Docker image structure:

  • Changed the destination of the migrations directory so it is copied directly to /usr/app/migrations instead of inside the build folder, making migrations easier to locate and manage.
  • Added a new step to copy the scripts directory to /usr/app/scripts, ensuring that utility scripts are available in the runner image for runtime operations.

@coderabbitai

coderabbitai Bot commented Nov 3, 2025

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/enable-migrations-on-docker

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying arka with  Cloudflare Pages  Cloudflare Pages

Latest commit: e685c14
Status: ✅  Deploy successful!
Preview URL: https://55aafe74.arka-3qg.pages.dev
Branch Preview URL: https://feat-enable-migrations-on-do.arka-3qg.pages.dev

View logs

@sankhavaramsaitulasiram
sankhavaramsaitulasiram merged commit 3c6c89e into develop Nov 3, 2025
3 checks passed
@sankhavaramsaitulasiram
sankhavaramsaitulasiram deleted the feat/enable-migrations-on-docker branch November 3, 2025 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants