mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
13 lines
334 B
ReStructuredText
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. |