Skip to content

feat(docker): add Dockerfile for containerization#18

Merged
AmaVic merged 2 commits into
AmaVic:mainfrom
GwendalBeaumont:feat/docker
Apr 4, 2026
Merged

feat(docker): add Dockerfile for containerization#18
AmaVic merged 2 commits into
AmaVic:mainfrom
GwendalBeaumont:feat/docker

Conversation

@GwendalBeaumont

@GwendalBeaumont GwendalBeaumont commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

This PR adds a Dockerfile to the repository to enable image container building of the app.

closes #10

@GwendalBeaumont

Copy link
Copy Markdown
Contributor Author

As of now, this works as long as you bind a folder containing the model.mxp file to the container using -v /path/to/dir:/data.

path/to/dir must contain the mxp file OR it should also be possible to pass another model file by appending the run command with -m path/to/mxp/file.mxp.

@GwendalBeaumont

GwendalBeaumont commented Apr 3, 2026

Copy link
Copy Markdown
Contributor Author

Added a workflow to build and publish the image to GitHub Container Registry when a new release is published (to avoid build too often).

@AmaVic AmaVic merged commit e677416 into AmaVic:main Apr 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deployment

2 participants