Skip to content

Commit

Permalink
remove permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Nov 29, 2024
1 parent f9e6098 commit cb074bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/API-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ RUN apk update && apk add python3 make g++ git

RUN mkdir -p /home/ibf/api-service/node_modules && \
mkdir -p /home/ibf/api-service/dist && \
chown -R node:node /home/ibf/api-service && \
chmod -R 777 /home/ibf/api-service
chown -R node:node /home/ibf/api-service

WORKDIR /home/ibf/api-service/

Expand Down

0 comments on commit cb074bf

Please sign in to comment.