Skip to content

Fix: Add server feature for docker image to address #421 - #422

Merged
dubadub merged 1 commit into
cooklang:mainfrom
LordDeimos:fix/docker-build-without-server
Aug 12, 2026
Merged

Fix: Add server feature for docker image to address #421#422
dubadub merged 1 commit into
cooklang:mainfrom
LordDeimos:fix/docker-build-without-server

Conversation

@LordDeimos

@LordDeimos LordDeimos commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Fixes #421.

The Issue

#369 broke the docker image as it was still assuming server feature was enabled when --no-default-features is set.
Added --features server to the cargo build which has fixed this.

Testing

I have run a docker build on the amended Dockerfile and the output of cook help now includes the server command and cook server now starts the http server.

@dubadub
dubadub merged commit 0aa7263 into cooklang:main Aug 12, 2026
@dubadub

dubadub commented Aug 12, 2026

Copy link
Copy Markdown
Member

Thanks!

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.

docker image for 0.33.0 does not ship with server feature

2 participants