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

Wrong path in Dockerfile ADD command #4

Open
inemet opened this issue Feb 24, 2016 · 2 comments
Open

Wrong path in Dockerfile ADD command #4

inemet opened this issue Feb 24, 2016 · 2 comments

Comments

@inemet
Copy link

inemet commented Feb 24, 2016

I've just finished setup following the Instructions and found error in Dockerfile:

ADD node-info.war /opt/wildfly/standalone/deployments/

and after build image and start container I get this error:
404 - Not Found

it should be:
ADD node-info.war /opt**/jboss**/wildfly/standalone/deployments/

@inemet inemet changed the title Wrong path in Docker ADD command Wrong path in Dockerfile ADD command Feb 24, 2016
@briviere
Copy link

Changing the Dockerfile ADD did not work.

brian

@rjah-tuc
Copy link

Command line has to be
ADD node-info.war /opt/jboss/wildfly/standalone/deployments/

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

3 participants