Project

General

Profile

Feature #899

Updated by Hammel 12 months ago

Might also want to do this with snap builds, if possible. 

 To run the build automatically without having to be interactive in the docker image, see  
 "How to use Docker Exec to run commands in a docker container":https://www.digitalocean.com/community/tutorials/how-to-use-docker-exec-to-run-commands-in-a-docker-container#:~:text=a%20pseudo%2Dterminal.-,Running%20Commands%20in%20an%20Alternate%20Directory%20in%20a%20Docker%20Container,workdir%20%2Ftmp%20container%2Dname%20pwd 

 Building from outside the docker image might be the way to do app builds, utilizing the dev systems's docker images. 

Back