We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f94af commit 312ffa2Copy full SHA for 312ffa2
1 file changed
build/docker/Dockerfile
@@ -49,6 +49,8 @@ COPY --from=build /go/src/crowdsec/build/docker/config.yaml /staging/etc/crowdse
49
COPY --from=build /var/lib/crowdsec /staging/var/lib/crowdsec
50
RUN yq -n '.url="http://0.0.0.0:8080"' | install -m 0600 /dev/stdin /staging/etc/crowdsec/local_api_credentials.yaml
51
52
+RUN chmod -R a+rX /staging
53
+
54
ENTRYPOINT ["/bin/bash", "/docker_start.sh"]
55
56
FROM slim AS full
0 commit comments