Commit 03393dd2 authored by Yann Garcia's avatar Yann Garcia
Browse files

Editorial changes

parent d444060c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
FROM eclipse-mosquitto:latest

# Install some libraries
RUN apk update && apk add curl jq

RUN mkdir -p /run/mosquitto
# Create config and log directories
RUN mkdir -p /mosquitto/config/conf.d \
@@ -11,8 +14,5 @@ COPY data/listener.conf /mosquitto/config/conf.d/listener.conf

WORKDIR /usr/src/app
COPY ./data /usr/src/app
# Install some libraries
RUN apk update && apk add curl jq
RUN ls -l /usr/src/app
RUN chmod +x /usr/src/app/entrypoint.sh
ENTRYPOINT [ "/usr/src/app/entrypoint.sh" ]
+4 −4
Original line number Diff line number Diff line
FROM eclipse-mosquitto:latest

# Install some libraries
RUN apk update && apk add curl jq

RUN mkdir -p /run/mosquitto
# Create config and log directories
RUN mkdir -p /mosquitto/config/conf.d \
@@ -11,8 +14,5 @@ COPY data/listener.conf /mosquitto/config/conf.d/listener.conf

WORKDIR /usr/src/app
COPY ./data /usr/src/app
# Install some libraries
RUN apk update && apk add curl jq
RUN ls -l /usr/src/app
RUN chmod +x /usr/src/app/entrypoint.sh
ENTRYPOINT [ "/usr/src/app/entrypoint.sh" ]
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ mv /meep-tc-engine /templates/sandbox/meep-tc-engine
mv /meep-vis /templates/sandbox/meep-vis
mv /meep-dai /templates/sandbox/meep-dai
mv /meep-tm /templates/sandbox/meep-tm
mv /meep-iot /templates/sandbox/meep-iot
mv /meep-sss /templates/sandbox/meep-sss
mv /meep-mosquitto /templates/sandbox/meep-mosquitto
mv /meep-cloud-mosquitto /templates/sandbox/meep-cloud-mosquitto
mv /meep-acme-in-cse /templates/sandbox/meep-acme-in-cse
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.