Update Dockerfile
Browse files- 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 .
|