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

Mount code into docker container #1052

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

soapy1
Copy link
Contributor

@soapy1 soapy1 commented Jan 21, 2025

Description

This PR mounts the conda-store code into the running docker containers. So, if you are iterating on server side code, your changes will automatically get picked up (and the server will reload with hot reloading).

This require devs to have conda-store-ui vendored. This can be done

$ cd conda-store-server
$ hatch build

Users can also run against a particular version of the ui

$  LOCAL_UI=/home/sophia/projects/conda-store-ui hatch build

Pull request checklist

  • Did you test this change locally?
  • Did you update the documentation (if required)?
  • Did you add/update relevant tests for this change (if required)?

Copy link

netlify bot commented Jan 21, 2025

Deploy Preview for conda-store canceled.

Name Link
🔨 Latest commit b628f91
🔍 Latest deploy log https://app.netlify.com/sites/conda-store/deploys/678eebfc3111430008420997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New 🚦
Development

Successfully merging this pull request may close these issues.

1 participant