add password environment variable

This commit is contained in:
2020-11-25 12:52:10 +01:00
parent 2194a94dff
commit 190f125cc6
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ RUN apt-get update && \
RUN chsh -s /bin/bash backup
#Start...
ENV ROOT_PASSWD="password"
COPY entrypoint.sh /
RUN chmod a+x /entrypoint.sh
STOPSIGNAL SIGINT