feat: split setup to setup.sh and only run once
This supports `docker-compose stop` + `docker-compose up`.
This commit is contained in:
parent
e6337a497f
commit
84df38ba0d
3 changed files with 88 additions and 80 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue