We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2683eb + 06e923a commit b8bdbeeCopy full SHA for b8bdbee
ical-relay/Dockerfile
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install golang-rice git -y
4
5
WORKDIR /app
6
RUN git clone --branch staging https://github.com/JM-Lemmi/ical-relay ical-relay
7
-RUN git clone --branch issue52 https://github.com/arran4/golang-ical golang-ical
+RUN git clone https://github.com/arran4/golang-ical golang-ical
8
9
WORKDIR /app/ical-relay
10
RUN rice embed-go && go build .
0 commit comments