Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -72,7 +72,7 @@ RUN --mount=type=secret,id=MYSQL_HOST,mode=0444,required=true \
|
|
72 |
\"password\": \"$ENV_MYSQL_PASSWORD\",\n\
|
73 |
\"name\": \"$ENV_MYSQL_DATABASE\"\n\
|
74 |
}\n\
|
75 |
-
}" > $HOME/alist/
|
76 |
|
77 |
#download cfg and unzip
|
78 |
#RUN curl -L -o cfga.zip https://github.com/twhite-gh/twhite-gh/raw/refs/heads/main/cfga.zip
|
|
|
72 |
\"password\": \"$ENV_MYSQL_PASSWORD\",\n\
|
73 |
\"name\": \"$ENV_MYSQL_DATABASE\"\n\
|
74 |
}\n\
|
75 |
+
}" > $HOME/alist/test.json
|
76 |
|
77 |
#download cfg and unzip
|
78 |
#RUN curl -L -o cfga.zip https://github.com/twhite-gh/twhite-gh/raw/refs/heads/main/cfga.zip
|