mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-02 19:47:52 +00:00
Added property file to be copied over to the docker container
This commit is contained in:
@@ -9,6 +9,7 @@ RUN mkdir -p /opt/tip-wlan/certs
|
|||||||
COPY maven/app.jar /app
|
COPY maven/app.jar /app
|
||||||
COPY app/opensync/logback.xml /app/opensync/logback.xml
|
COPY app/opensync/logback.xml /app/opensync/logback.xml
|
||||||
COPY app/run.sh /app
|
COPY app/run.sh /app
|
||||||
|
COPY app/commit.properties /app
|
||||||
|
|
||||||
RUN chmod +x /app/run.sh
|
RUN chmod +x /app/run.sh
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,8 @@ COPY app/opensync/ProfileHotspot20.json /app/opensync/ProfileHotspot20.json
|
|||||||
COPY app/opensync/ProfileOperator.json /app/opensync/ProfileOperator.json
|
COPY app/opensync/ProfileOperator.json /app/opensync/ProfileOperator.json
|
||||||
COPY app/opensync/ProfileVenue.json /app/opensync/ProfileVenue.json
|
COPY app/opensync/ProfileVenue.json /app/opensync/ProfileVenue.json
|
||||||
COPY app/opensync/ProfileIdProvider.json /app/opensync/ProfileIdProvider.json
|
COPY app/opensync/ProfileIdProvider.json /app/opensync/ProfileIdProvider.json
|
||||||
|
COPY app/commit.properties /app
|
||||||
|
|
||||||
VOLUME ["/app/logs", "/app/config"]
|
VOLUME ["/app/logs", "/app/config"]
|
||||||
|
|
||||||
RUN chmod +x /app/run.sh
|
RUN chmod +x /app/run.sh
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ COPY app/opensync/ProfileHotspot20.json /app/opensync/ProfileHotspot20.json
|
|||||||
COPY app/opensync/ProfileOperator.json /app/opensync/ProfileOperator.json
|
COPY app/opensync/ProfileOperator.json /app/opensync/ProfileOperator.json
|
||||||
COPY app/opensync/ProfileVenue.json /app/opensync/ProfileVenue.json
|
COPY app/opensync/ProfileVenue.json /app/opensync/ProfileVenue.json
|
||||||
COPY app/opensync/ProfileIdProvider.json /app/opensync/ProfileIdProvider.json
|
COPY app/opensync/ProfileIdProvider.json /app/opensync/ProfileIdProvider.json
|
||||||
|
COPY app/commit.properties /app
|
||||||
|
|
||||||
RUN chmod +x /app/run.sh
|
RUN chmod +x /app/run.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user