Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

fix: docker env init #39

Merged
merged 3 commits into from
Aug 28, 2024
Merged

fix: docker env init #39

merged 3 commits into from
Aug 28, 2024

Conversation

lidel
Copy link
Contributor

@lidel lidel commented Aug 21, 2024

this PR aims to fix a bit of a chicken-or-egg problem:

  • Add env command #31 added env command
  • ./kuboreleaser is a wrapper script that runs docker image docker run -it --env-file .env kuboreleaser "$@"
  • it is not possible to initialize ./kuboreleaser env because docker errors with docker: open .env: no such file or directory.

(found while working on ipfs/kubo#10436)

@lidel lidel merged commit a0746c2 into main Aug 28, 2024
9 checks passed
@lidel lidel deleted the env-init branch August 28, 2024 21:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant