Spaces:
coolmanx
/
Running

coolmanx commited on
Commit
90c40e2
·
verified ·
1 Parent(s): c304f83

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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