Skip to content

Commit 0513ba9

Browse files
authored
Merge pull request #11 from jlozano254/patch-1
Fix git dubious ownership issue
2 parents 4834875 + 5df5b2b commit 0513ba9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ RUN apt-get update -y
88

99
RUN pip install --upgrade pip awsebcli
1010

11+
RUN git config --system --add safe.directory *
12+
1113
RUN chmod +x entrypoint.sh
1214

13-
ENTRYPOINT ["/entrypoint.sh"]
15+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)