Update dockerfiles to properly copy over RfProfile examples

This commit is contained in:
ralphlee
2020-10-01 14:56:35 -04:00
parent 761afeb403
commit d0c126fbf8
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ 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
COPY app/opensync/ProfileRf.json /app/opensync/ProfileRf.json
VOLUME ["/app/logs", "/app/config"]

View File

@@ -14,6 +14,7 @@ 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
COPY app/opensync/ProfileRf.json /app/opensync/ProfileRf.json
RUN chmod +x /app/run.sh