Skip to content

Commit

Permalink
Update Dockerfile.konflux
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammadi Iram <[email protected]>
  • Loading branch information
MohammadiIram authored Dec 11, 2024
1 parent 3aaf479 commit b76c066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN useradd -c "Application User" -U -u ${USERID} -m app && \
mkdir -p log && \
chown -R app:0 . && \
chmod -R 771 . && chmod 775 *.sh *.py && \
echo "${VERSION}" \
echo "${VERSION}" > /opt/kserve/mmesh/build-version

EXPOSE 8080
Expand Down

0 comments on commit b76c066

Please sign in to comment.