Include Metrics Profile json file with static gateway docker images

This commit is contained in:
Mike Hansen
2020-09-28 19:58:29 -04:00
parent 4193978e24
commit 81bb9e27b4
2 changed files with 2 additions and 0 deletions

View File

@@ -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"]

View File

@@ -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