4PEb6b commited on
Commit
2f6ac73
·
verified ·
1 Parent(s): 6f41b5f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -24,7 +24,10 @@ RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add
24
  # && apt-get update -qqy \
25
  # && apt-get -qqy --no-install-recommends install microsoft-edge-stable
26
 
27
- RUN chmod +x helper
 
 
 
28
 
29
  ENV ARG "--port 7860"
30
  CMD ["./helper ${ARG}"]
 
24
  # && apt-get update -qqy \
25
  # && apt-get -qqy --no-install-recommends install microsoft-edge-stable
26
 
27
+ RUN chmod +x helper \
28
+ && mkdir log tmp \
29
+ && chmod 777 log \
30
+ && chmod 777 tmp
31
 
32
  ENV ARG "--port 7860"
33
  CMD ["./helper ${ARG}"]