Skip to content

Commit b8cbf93

Browse files
committed
docker image working
1 parent 623c610 commit b8cbf93

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: .
3-
rev: c4b46be396f99fad7a70e716789194d0841124f2
3+
rev: 623c6100b9b044f59431bbfef50ebfc540a0619e
44
hooks:
55
- id: downstream
66
- id: downstream-docker

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM swift:5.5.2
33
RUN git clone -b 0.3.0 https://github.com/twof/Downstream.git && \
44
cd Downstream && \
55
swift build -c release && \
6+
chmod +x .build/release/downstream && \
67
cp -f .build/release/downstream /usr/local/bin/downstream
78

8-
ENTRYPOINT ['downstream']
9+
ENTRYPOINT ["downstream"]

0 commit comments

Comments
 (0)