Browse Source

replace hardcode on docker ENV

pull/1/head
Alex Smith 7 years ago
parent
commit
90a5a447ee
  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