-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can't deploy bakery in tomcat on development mode #824
Comments
@tulioag can you check if this is still relevant? |
For this particular image, it is breaking because it wants to have npm installed.
|
So, creating a new image with this Dockerfile FROM tomcat:9-jre8-alpine
RUN apk add --update nodejs nodejs-npm I get this error
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can't deploy in tomcat using development mode. Happens
master
branch.Steps to reproduce
Results
In the console one line says
Bakery fails to deploy. The following exception is in the logs
The text was updated successfully, but these errors were encountered: