Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit d522477

Browse files
inductorsudomateo
authored andcommitted
remove mkdir from dockerfile (#132)
1 parent f3aa25c commit d522477

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ FROM alpine:3
22

33
RUN ["/bin/sh", "-c", "apk add --update --no-cache bash ca-certificates curl git jq openssh"]
44

5-
RUN ["bin/sh", "-c", "mkdir -p /src"]
6-
75
COPY ["src", "/src/"]
86

97
ENTRYPOINT ["/src/main.sh"]

0 commit comments

Comments
 (0)