Skip to content

Commit

Permalink
Merge branch 'master' into v2xrelease_6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored Dec 5, 2021
2 parents dae4f7f + e2702de commit e6254f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile-depl
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ RUN cmake .
RUN make
RUN make install



WORKDIR /home/V2X-Hub/src/v2i-hub/
RUN cmake . -DqserverPedestrian_DIR=/usr/local/share/qserverPedestrian/cmake -Dv2xhubWebAPI_DIR=/usr/local/share/v2xhubWebAPI/cmake/
RUN make
Expand Down Expand Up @@ -114,8 +112,10 @@ RUN ln -s ../bin TimPlugin/bin
RUN zip TimPlugin.zip TimPlugin/bin/TimPlugin TimPlugin/manifest.json
RUN ln -s ../bin CARMACloudPlugin/bin
RUN zip CARMACloudPlugin.zip CARMACloudPlugin/bin/CARMACloudPlugin CARMACloudPlugin/manifest.json

RUN ln -s ../bin PortDrayagePlugin/bin
RUN zip PortDrayagePlugin.zip PortDrayagePlugin/bin/PortDrayagePlugin PortDrayagePlugin/manifest.json

RUN ln -s ../bin ODELoggerPlugin/bin
RUN zip ODELoggerPlugin.zip ODELoggerPlugin/bin/ODELoggerPlugin ODELoggerPlugin/manifest.json

Expand Down

0 comments on commit e6254f7

Please sign in to comment.