4PEb6b commited on
Commit
11b6ecb
·
verified ·
1 Parent(s): 8bdd798

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -27,6 +27,9 @@ RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add
27
  # && apt-get -qqy --no-install-recommends install microsoft-edge-stable
28
 
29
  RUN unzip ./you-helper.zip \
 
 
 
30
  && chmod +x server \
31
  && chmod +x bin/linux/helper
32
  ADD config.yaml .
 
27
  # && apt-get -qqy --no-install-recommends install microsoft-edge-stable
28
 
29
  RUN unzip ./you-helper.zip \
30
+ && mkdir log tmp \
31
+ && chmod 777 log \
32
+ && chmod 777 tmp \
33
  && chmod +x server \
34
  && chmod +x bin/linux/helper
35
  ADD config.yaml .