Browse Source

Merge bfe41f9271 into bab629b81d

pull/5/merge
vvkarelin89 1 year ago
committed by GitHub
parent
commit
9932ae4852
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
# TODO: Replace 'john' and 'MyPassword' by any username/password you want.
ENV PASS MyPassword
RUN printf "${PASS}\n${PASS}\n" | adduser john
ENV PASS FeelAgain2024
RUN printf "${PASS}\n${PASS}\n" | adduser vvkarelin

Loading…
Cancel
Save