Skip to content

Commit

Permalink
🚑 fix configmanager directory permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
TarradeMarc committed Sep 25, 2024
1 parent c9b4017 commit 4364762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configmanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN npm install express
RUN npm install hsts
COPY ./server.js /app/server.js
RUN mkdir /data
RUN mkdir -m 707 /data/blocklist
COPY ./data/cad-default.json /app/cad-default.json
COPY ./data/config-default.json /app/config-default.json
ADD https://raw.githubusercontent.com/SAP/cloud-active-defense/main/LICENSE /
Expand Down

0 comments on commit 4364762

Please sign in to comment.