Changes

Jump to navigation Jump to search
m
docker-compose.yml
=== docker-compose.yml ===
Together with the comments, it should be pretty much self-explanatory. In summary, this docker-compose is going to build the application container, tag it with a specific name, and then run it once on our system, using a pre-configured entrypoint (i.e. a command which will be executed after container creation). Please edit this file now and set your own username in the tag id of the image.
<syntaxhighlight lang="yaml">
entrypoint: "/application/run.sh"
</syntaxhighlight>
 
 
 
=== application/Dockerfile ===

Navigation menu