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

Commit

Permalink
Merge pull request #6 from joech4n/master
Browse files Browse the repository at this point in the history
Fix #5.
  • Loading branch information
Apipa169 authored Oct 20, 2020
2 parents 03f7d3d + ffb6163 commit 7c5fb8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ENV LANG C.UTF-8
ENV VERSION=$VERSION
ENV BUILD_DATE=$BUILD_DATE

RUN mkdir /assistant_relay \
RUN mkdir -p /assistant_relay/bin \
&& touch /assistant_relay/bin/config.json \
&& npm i pm2 -g

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

0 comments on commit 7c5fb8e

Please sign in to comment.