removed /etc/ebusd for changed config service URL
This commit is contained in:
Regular → Executable
-4
@@ -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 /
|
||||
|
||||
Regular → Executable
-3
@@ -18,9 +18,6 @@ RUN dpkg -i ebusd.deb
|
||||
|
||||
RUN rm ebusd.deb
|
||||
|
||||
RUN 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 docker-entrypoint.sh /
|
||||
|
||||
Regular → Executable
-3
@@ -18,9 +18,6 @@ RUN dpkg -i ebusd.deb
|
||||
|
||||
RUN rm ebusd.deb
|
||||
|
||||
RUN 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 docker-entrypoint.sh /
|
||||
|
||||
Reference in New Issue
Block a user