Docker container can't apply IAR newest
Hi Ivy Team.
I'm using axon ivy designer and engine. both of them user version 7.4.0
I create a dialog mytest and deploy int to folder deloyed in axon iv deploy
It's success
but now I use docker to create a docker file and and then create a docker container base on that docker image
docker ifle:
FROM axonivy/axonivy-engine:7.4.0
MAINTAINER Vantuan, tuan.nguyen@axonactive.com
RUN mkdir -p E:/Axon7.4/AxonIvyDesigner7.4.0.1909161423_Windows_x64/workspace/mytest/Portal/
RUN chmod 775 deploy
ADD target/*.iar E:/Axon7.4/AxonIvyDesigner7.4.0.1909161423_Windows_x64/workspace/mytest/Portal/
ADD target/mytest-1.0.0-SNAPSHOT.iar deploy
EXPOSE 8080
after create docker container I run on browser, it onlye only show engine server example, don't show mytest...iar `mytest.iar`
with error:
axonivy-engine_1 | [ 75%] Background Jobs Stopper started [0ms]
axonivy-engine_1 | 01:59:33.338 ERROR [....ivy.deployment.internal.auto.scanner] [Deployment Queue]
axonivy-engine_1 | '/var/lib/axonivy-engine-7x/deploy/mytest-1.0.0-SNAPSHOT.iar' not deployed. This file is not writable.
please help me