Skip to content
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

Tomcat image not being built #1

Open
CarolinaFernandez opened this issue Aug 23, 2019 · 0 comments
Open

Tomcat image not being built #1

CarolinaFernandez opened this issue Aug 23, 2019 · 0 comments

Comments

@CarolinaFernandez
Copy link

The tomcat Dockerfile contains the following in line 8:

COPY webapps/dockersetup.war /usr/local/tomcat/webapps/

This prevented a proper build -- since under webapps there is only a sample.war file. Changing to the following made it work:

COPY webapps/sample.war /usr/local/tomcat/webapps/
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

No branches or pull requests

1 participant