Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit 7c5fb8e

Browse files
authored
Merge pull request #6 from joech4n/master
Fix #5.
2 parents 03f7d3d + ffb6163 commit 7c5fb8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ ENV LANG C.UTF-8
55
ENV VERSION=$VERSION
66
ENV BUILD_DATE=$BUILD_DATE
77

8-
RUN mkdir /assistant_relay \
8+
RUN mkdir -p /assistant_relay/bin \
9+
&& touch /assistant_relay/bin/config.json \
910
&& npm i pm2 -g
1011

1112
WORKDIR /assistant_relay
@@ -18,4 +19,4 @@ RUN wget https://github.com/greghesp/assistant-relay/releases/download/v3.2.0/re
1819
WORKDIR /
1920
RUN wget https://raw.githubusercontent.com/Apipa169/Assistant-Relay-Docker/master/run.sh
2021
RUN chmod a+x /run.sh
21-
CMD [ "/run.sh" ]
22+
CMD [ "/run.sh" ]

0 commit comments

Comments
 (0)