Skip to content

Commit

Permalink
#158 rename er back to g2
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Aug 16, 2024
1 parent e093d91 commit 24b1704
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ COPY . ${GOPATH}/src/template-go

# Copy files from prior stage.

COPY --from=senzingapi_runtime "/opt/senzing/er/lib/" "/opt/senzing/er/lib/"
COPY --from=senzingapi_runtime "/opt/senzing/er/sdk/c/" "/opt/senzing/er/sdk/c/"
COPY --from=senzingapi_runtime "/opt/senzing/g2/lib/" "/opt/senzing/g2/lib/"
COPY --from=senzingapi_runtime "/opt/senzing/g2/sdk/c/" "/opt/senzing/g2/sdk/c/"

# Set path to Senzing libs.

ENV LD_LIBRARY_PATH=/opt/senzing/er/lib/
ENV LD_LIBRARY_PATH=/opt/senzing/g2/lib/

# Build go program.

Expand Down Expand Up @@ -77,7 +77,7 @@ USER 1001

# Runtime environment variables.

ENV LD_LIBRARY_PATH=/opt/senzing/er/lib/
ENV LD_LIBRARY_PATH=/opt/senzing/g2/lib/

# Runtime execution.

Expand Down

0 comments on commit 24b1704

Please sign in to comment.