Skip to content

Commit

Permalink
add fix for permission denied issue in obam alpine docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
AmilaSamith authored and Dimuth Menikgama committed Feb 10, 2022
1 parent 7505f4a commit 22f4870
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/alpine/obam/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ RUN \
# change directory rights
RUN chown wso2carbon:wso2 -R ${WSO2_SERVER_HOME}/

# set the non-root user
USER ${USER_ID}

# set MOTD login message for open banking
RUN echo ${MOTD} > "${ENV}"

# set the non-root user
USER ${USER_ID}

# expose ports
EXPOSE 9443 8280 8243

Expand Down

0 comments on commit 22f4870

Please sign in to comment.