We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623c610 commit b8cbf93Copy full SHA for b8cbf93
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: .
3
- rev: c4b46be396f99fad7a70e716789194d0841124f2
+ rev: 623c6100b9b044f59431bbfef50ebfc540a0619e
4
hooks:
5
- id: downstream
6
- id: downstream-docker
Dockerfile
@@ -3,6 +3,7 @@ FROM swift:5.5.2
RUN git clone -b 0.3.0 https://github.com/twof/Downstream.git && \
cd Downstream && \
swift build -c release && \
+ chmod +x .build/release/downstream && \
7
cp -f .build/release/downstream /usr/local/bin/downstream
8
-ENTRYPOINT ['downstream']
9
+ENTRYPOINT ["downstream"]
0 commit comments