Skip to content

Commit

Permalink
Fix processor git clone errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kasbah committed Sep 23, 2024
1 parent abbbee5 commit 7ab6c2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions processor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ RUN addgroup --gid 1000 node && \
mkdir /data /gitea-data && \
chown -R node /data /gitea-data

RUN git config --global --add safe.directory '*'

USER node
CMD ["node", "dist/src/main.js"]

0 comments on commit 7ab6c2f

Please sign in to comment.