Browse Source

Merge pull request #2 from Gampr/master

pull/3/head
German Novikov 5 years ago
committed by GitHub
parent
commit
cfeffe258d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -2,4 +2,4 @@ FROM wernight/dante
# TODO: Replace 'john' and 'MyPassword' by any username/password you want.
ENV PASS MyPassword
RUN printf '${PASS}\n${PASS}\n' | adduser john
RUN printf "${PASS}\n${PASS}\n" | adduser john

Loading…
Cancel
Save