diff --git a/opensync-gateway-static-docker/src/main/docker-opensync-gateway-and-mqtt/Dockerfile b/opensync-gateway-static-docker/src/main/docker-opensync-gateway-and-mqtt/Dockerfile index 53d73b1..25ce8c7 100644 --- a/opensync-gateway-static-docker/src/main/docker-opensync-gateway-and-mqtt/Dockerfile +++ b/opensync-gateway-static-docker/src/main/docker-opensync-gateway-and-mqtt/Dockerfile @@ -26,6 +26,7 @@ COPY app/opensync/EquipmentExample.json /app/opensync/EquipmentExample.json COPY app/opensync/ProfileAPExample.json /app/opensync/ProfileAPExample.json COPY app/opensync/ProfileSsid.json /app/opensync/ProfileSsid.json COPY app/opensync/LocationBuildingExample.json /app/opensync/LocationBuildingExample.json +COPY app/opensync/ProfileMetrics.json /app/opensync/ProfileMetrics.json VOLUME ["/app/logs", "/app/config"] diff --git a/opensync-gateway-static-docker/src/main/docker/Dockerfile b/opensync-gateway-static-docker/src/main/docker/Dockerfile index 5e0c33c..71e3482 100644 --- a/opensync-gateway-static-docker/src/main/docker/Dockerfile +++ b/opensync-gateway-static-docker/src/main/docker/Dockerfile @@ -13,6 +13,7 @@ COPY app/opensync/EquipmentExample.json /app/opensync/EquipmentExample.json COPY app/opensync/ProfileAPExample.json /app/opensync/ProfileAPExample.json COPY app/opensync/ProfileSsid.json /app/opensync/ProfileSsid.json COPY app/opensync/LocationBuildingExample.json /app/opensync/LocationBuildingExample.json +COPY app/opensync/ProfileMetrics.json /app/opensync/ProfileMetrics.json RUN chmod +x /app/run.sh