Deploy war file in Camunda 8 desktop docker ?
Hi @Pravin_More - with Docker, you would need to create a custom dockerfile that extends Camunda’s official ones, and inside that dockerfile you can use the ADD
or COPY
directive. You can read more about these features of Docker in the Docker documentation: