Browse Source

Fix quotes

pull/2/head
Dmitry 5 years ago
committed by GitHub
parent
commit
95dd50c6a9
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