Files
documentation/source/contributing/services/docker.rst
2020-10-13 13:05:33 -06:00

13 lines
334 B
ReStructuredText

.. _service_docker:
******************
Service DockerFile
******************
``docker_entrypoint.sh``
A bash script that completes any environment setup (eg. creating folder substructure), sets any environment variables, and executes the run command.
```Dockerfile```
Declares the environment and building stages for the project.