Browse Source

Update Dockerfile

pull/5/head
vvkarelin89 1 year ago
committed by GitHub
parent
commit
bfe41f9271
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      Dockerfile

4
Dockerfile

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

Loading…
Cancel
Save