removed /etc/ebusd for changed config service URL

This commit is contained in:
john30
2018-04-04 10:18:32 +02:00
parent a36174c02f
commit 6ec3ef6e4c
5 changed files with 9 additions and 26 deletions
Regular → Executable
-4
View File
@@ -28,10 +28,6 @@ WORKDIR /
RUN rm -rf /build
RUN mkdir -p /etc/ebusd \
&& curl -SL https://github.com/john30/ebusd-configuration/archive/master.tar.gz \
| tar xz --strip-components=3 -C /etc/ebusd ebusd-configuration-master/ebusd-2.1.x/de
EXPOSE 8888
COPY runtime/docker-entrypoint.sh /