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