Skip to content

How to include Quinoa frontend build in Docker image using Quarkus's default Dockerfile.jvm? #791

Answered by derfelix54
derfelix54 asked this question in Q&A
Discussion options

You must be logged in to vote

@melloware @fblan @trpouh Thank you for taking the time to help me out! I found the solution to the problem. In my pom I was using

<dependency>
   <groupId>io.quarkus</groupId>
   <artifactId>quarkus-resteasy</artifactId>
</dependency>
<dependency>
   <groupId>io.quarkus</groupId>
   <artifactId>quarkus-resteasy-jackson</artifactId>
</dependency>

I analyzed https://github.com/fblan/QuarkusSvelteKitDemo and saw that @fblan is using quarkus-resteasy-reactive. I changed the dependencies to these ones and voila it works! I'm assuming Quinoa is not compatible to quarkus-resteasy.
After that, packaging and building for docker worked completly fine and I can now properly display the svelte site…

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
6 replies
@melloware
Comment options

@fblan
Comment options

@melloware
Comment options

@derfelix54
Comment options

@melloware
Comment options

Comment options

You must be logged in to vote
1 reply
@fblan
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@melloware
Comment options

Answer selected by melloware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
4 participants