Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +5 -3
Dockerfile
CHANGED
@@ -11,10 +11,12 @@ RUN curl -L -o cfg.zip https://github.com/twhite-gh/twhite-gh/raw/refs/heads/mai
|
|
11 |
|
12 |
RUN chown zfileuser:zfileuser zfile-4.1.5.jar
|
13 |
|
14 |
-
RUN --mount=type=secret,id=ZIP_PWD,mode=0444,required=true
|
15 |
-
unzip -P $(cat /run/secrets/ZIP_PWD) cfg.zip
|
16 |
|
17 |
-
RUN cp -f application.properties /app/application.properties
|
|
|
|
|
|
|
18 |
|
19 |
USER zfileuser
|
20 |
|
|
|
11 |
|
12 |
RUN chown zfileuser:zfileuser zfile-4.1.5.jar
|
13 |
|
14 |
+
RUN --mount=type=secret,id=ZIP_PWD,mode=0444,required=true unzip -P $(cat /run/secrets/ZIP_PWD) cfg.zip
|
|
|
15 |
|
16 |
+
#RUN cp -f application.properties /app/application.properties
|
17 |
+
|
18 |
+
RUN ls
|
19 |
+
RUN pwd
|
20 |
|
21 |
USER zfileuser
|
22 |
|