Removed step to copy over commit.properties to containers

This commit is contained in:
Akshay Jagadish
2020-10-08 03:32:08 -04:00
parent 130d64b0ea
commit f3bc79cbae
3 changed files with 1 additions and 3 deletions

View File

@@ -32,7 +32,6 @@ COPY app/opensync/ProfileHotspot20.json /app/opensync/ProfileHotspot20.json
COPY app/opensync/ProfileOperator.json /app/opensync/ProfileOperator.json
COPY app/opensync/ProfileVenue.json /app/opensync/ProfileVenue.json
COPY app/opensync/ProfileIdProvider.json /app/opensync/ProfileIdProvider.json
COPY app/commit.properties /app
VOLUME ["/app/logs", "/app/config"]

View File

@@ -19,7 +19,6 @@ COPY app/opensync/ProfileHotspot20.json /app/opensync/ProfileHotspot20.json
COPY app/opensync/ProfileOperator.json /app/opensync/ProfileOperator.json
COPY app/opensync/ProfileVenue.json /app/opensync/ProfileVenue.json
COPY app/opensync/ProfileIdProvider.json /app/opensync/ProfileIdProvider.json
COPY app/commit.properties /app
RUN chmod +x /app/run.sh