Skip to content

Commit

Permalink
Merge pull request #22 from slawr/iotdb-config-in-dockerfile
Browse files Browse the repository at this point in the history
Dockerfile.rlserver: copy IoTDB runtime config file
  • Loading branch information
petervolvowinz authored Apr 8, 2024
2 parents 27477f9 + f044b41 commit e91d97d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.rlserver
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ COPY --from=builder /build/server/transport_sec/transportSec.json ../transport_s
COPY --from=builder /build/server/vissv2server/atServer/purposelist.json atServer/purposelist.json
COPY --from=builder /build/server/vissv2server/atServer/scopelist.json atServer/scopelist.json
COPY --from=builder /build/server/vissv2server/uds-registration.docker.json uds-registration.json
COPY --from=builder /build/server/vissv2server/iotdb-config.json iotdb-config.json
COPY --from=builder /build/server/vissv2server/vss_vissv2.binary .
COPY --from=builder /build/server/agt_server/agt_public_key.rsa .

Expand Down

0 comments on commit e91d97d

Please sign in to comment.