solita/clamav-rest

COPY, mkdir commands doesnt work in side docker file

openocuser opened this issue · 1 comments

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/

CMD should be RUN I guess