Skip to content

Commit

Permalink
set IBEJI_HOME environment variable in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devkelley committed Oct 26, 2023
1 parent eb77b91 commit ca58387
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ USER appuser

WORKDIR /sdv

# Set home environment variable.
ENV IBEJI_HOME=/sdv

# Copy the executable from the "build" stage.
COPY --from=build /sdv/service /sdv/

Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.integrated
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ USER appuser

WORKDIR /sdv

# Set home environment variable.
ENV IBEJI_HOME=/sdv

# Copy the executable from the "build" stage.
COPY --from=build /sdv/service /sdv/

Expand Down

0 comments on commit ca58387

Please sign in to comment.