Skip to content

Commit

Permalink
Merge pull request #1691 from GRIDAPPSD/develop
Browse files Browse the repository at this point in the history
Update topology-processor
  • Loading branch information
tonya1 authored Feb 11, 2023
2 parents 797d5d3 + d305c80 commit 7d8af44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ RUN mkdir ${TEMP_DIR} \
# Get the topology-processor from the proper repository
RUN mkdir ${TEMP_DIR} \
&& cd ${TEMP_DIR} \
&& git clone https://github.com/GRIDAPPSD/topology-processor -b main \
&& git clone https://github.com/GRIDAPPSD/topology-processor -b develop \
&& cd topology-processor/ \
&& mkdir -p /gridappsd/services/gridappsd-topology-processor \
&& rm .git -rf \
&& cp -r * /gridappsd/services/gridappsd-topology-processor \
&& cp /gridappsd/services/gridappsd-topology-processor/gridappsd-topology-service.config /gridappsd/services/ \
&& cp /gridappsd/services/gridappsd-topology-processor/gridappsd-topology-daemon.config /gridappsd/services/ \
&& cp /gridappsd/services/gridappsd-topology-processor/topology_processor/gridappsd-topology-service.config /gridappsd/services/ \
&& cp /gridappsd/services/gridappsd-topology-processor/topology_processor/gridappsd-topology-daemon.config /gridappsd/services/ \
&& cd \
&& rm -rf ${TEMP_DIR}

Expand Down

0 comments on commit 7d8af44

Please sign in to comment.