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

Commit

Permalink
Create initial directory for config.json to be created in.
Browse files Browse the repository at this point in the history
  • Loading branch information
joech4n authored Oct 16, 2020
1 parent 0866a88 commit 6736314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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

Expand Down

0 comments on commit 6736314

Please sign in to comment.