1
0

feat: split setup to setup.sh and only run once

This supports `docker-compose stop` + `docker-compose up`.
This commit is contained in:
2022-09-18 14:29:17 +02:00
parent e6337a497f
commit 84df38ba0d
3 changed files with 88 additions and 80 deletions

View File

@ -19,6 +19,7 @@ RUN set -eux && \
/usr/sbin/update-locale 'LANG=en_US.UTF-8'
ADD start.sh /
ADD setup.sh /
EXPOSE 22/tcp