Open bastiencyr opened 1 year ago
Hello, This is a simple Dockerfile to build the project. I didn't make a lot of test but it should work.
The image is build with support for only one core for the moment.
You can build and run this dockerfile with :
sudo docker build . -t dassflow sudo docker run -it dassflow
Next step is to automatically build dassflow everytime someone push on the main branch and then push this image to the docker hub.
Hello, This is a simple Dockerfile to build the project. I didn't make a lot of test but it should work.
The image is build with support for only one core for the moment.
You can build and run this dockerfile with :
Next step is to automatically build dassflow everytime someone push on the main branch and then push this image to the docker hub.