Skip to content

Commit 62b2c93

Browse files
committed
chore(docker-config): Simplify config and remove entrypoint
1 parent 99b7c93 commit 62b2c93

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ RUN pip install .
2424
WORKDIR /data
2525
VOLUME [ "/data" ]
2626

27-
ENTRYPOINT ["/app/docker/entrypoint.sh"]
2827
CMD ["ggshield"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33
args=("$@")
4-
exec /app/docker/entrypoint.sh ggshield secret scan -v ${args[@]} ci
4+
ggshield secret scan -v ${args[@]} ci

docker/entrypoint.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)