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

COPY, mkdir commands doesnt work in side docker file #17

Open
openocuser opened this issue Nov 28, 2018 · 1 comment
Open

COPY, mkdir commands doesnt work in side docker file #17

openocuser opened this issue Nov 28, 2018 · 1 comment

Comments

@openocuser
Copy link

following lines doesnt't work inside the docker spec and it is not creating directory.

CMD mkdir /var/clamav-rest
COPY target/clamav-rest-1.0.2.jar ../../var/clamav-rest/

@viper0131
Copy link

CMD should be RUN I guess

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

2 participants