Browse Source

Merge pull request #1 from DarkScorpion/passEnv

Добавил Docker ENV
pull/2/head
German Novikov 7 years ago
committed by GitHub
parent
commit
5908b39bb5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Dockerfile

3
Dockerfile

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

Loading…
Cancel
Save