Docker-Compose Single-Run

Add firstrun checks

Avoids running commands on firstrun
Add Docker-compose file

allows setup in a single docker-compose up command
Updated Readme re: docker-compose

Added stub detailing how to use the compose file.
Update README.md
Changed Entrypoint

Moved sanity checks to their own script, changed entrypoint logic
updated entrypoint
This commit is contained in:
Windyo
2020-04-30 22:59:04 +02:00
parent c896a4c150
commit 6fa67f0531
6 changed files with 164 additions and 4 deletions

View File

@@ -30,4 +30,4 @@ USER appuser
EXPOSE 8080
CMD [ "./webserver.sh" ]
ENTRYPOINT [ "./entrypoint.sh" ]