Skip to content

chore: add Dockerfile to build release image#70

Merged
eddie-knight merged 1 commit intomainfrom
jm_dockerfile
Jan 15, 2025
Merged

chore: add Dockerfile to build release image#70
eddie-knight merged 1 commit intomainfrom
jm_dockerfile

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 <jmeridth@gmail.com>
@jmeridth jmeridth self-assigned this Jan 14, 2025
@jmeridth jmeridth marked this pull request as ready for review January 15, 2025 16:28
Copilot AI review requested due to automatic review settings January 15, 2025 16:28
Copy link
Contributor

Copilot AI left a comment

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.

3 participants