feat: split setup to setup.sh and only run once
This supports `docker-compose stop` + `docker-compose up`.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user