Spaces:
Sleeping
Sleeping
regen admin password
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN useradd -m -u 1000 user
|
|
13 |
ENV HOME=/home/user \
|
14 |
PATH=/home/user/.local/bin:$PATH \
|
15 |
NAME=EduConnect \
|
16 |
-
EC_ADMIN_PWD='$2b$12$
|
17 |
|
18 |
# Set the non-root user's home directory as the working directory
|
19 |
WORKDIR $HOME
|
|
|
13 |
ENV HOME=/home/user \
|
14 |
PATH=/home/user/.local/bin:$PATH \
|
15 |
NAME=EduConnect \
|
16 |
+
EC_ADMIN_PWD='$2b$12$wGncNhE7OVmsb7TKFuNPKuJfKOIKdGtw302VMDJbAPrHrY73jqID.'
|
17 |
|
18 |
# Set the non-root user's home directory as the working directory
|
19 |
WORKDIR $HOME
|