Skip to content

Commit

Permalink
fix(container): remove modifying capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 4, 2025
1 parent 060ae99 commit 245da6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ COPY package.json LICENSE index.js data/configuration.example.yaml ./

COPY docker/docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
RUN setcap 'cap_net_bind_service=+ep' /usr/bin/node

RUN mkdir /app/data

Expand Down

0 comments on commit 245da6c

Please sign in to comment.