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

chore: add Dockerfile to build release image #70

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

jmeridth
Copy link
Member

@jmeridth jmeridth commented Jan 14, 2025

To test locally:

build the image:

docker build . --tag privateer:0.2.0

run a temporary image, passing in the config file from local:

docker run -it --rm --name debug -v ./config.yml:/app/config.yml privateer:0.2.0

currently only displays help command

image is currently 32.7MB

To test locally:

build the image:

```bash
docker build . --tag privateer:0.2.0
```

run a temporary image, passing in the config file from local:

```bash
docker run -it --rm --name debug -v ./config.yml:/app/config.yml privateer:0.2.0
```

currently only displays help command

Signed-off-by: jmeridth <[email protected]>
@jmeridth jmeridth self-assigned this Jan 14, 2025
@jmeridth jmeridth marked this pull request as ready for review January 15, 2025 16:28
@Copilot Copilot bot review requested due to automatic review settings January 15, 2025 16:28

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • Dockerfile: Language not supported

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more

@eddie-knight eddie-knight merged commit c11a399 into main Jan 15, 2025
6 checks passed
@eddie-knight eddie-knight deleted the jm_dockerfile branch January 15, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants