committed by
GitHub
1 changed files with 2 additions and 2 deletions
@ -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…
Reference in new issue