File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
FROM redis:alpine
2
2
3
- LABEL author="Justin Yoo" \
4
- profile="https://twitter.com/justinchronicle" \
5
- projectUrl="https://github.com/aliencube/RequestBin-on-Azure-App-Service" \
6
- repositoryUrl="https://github.com/aliencube/RequestBin-on-Azure-App-Service" \
7
- license="https://raw.githubusercontent.com/aliencube/RequestBin-on-Azure-App-Service/master/LICENSE"
3
+ LABEL org.aliencube.requestbin_with_redis. author="Justin Yoo" \
4
+ org.aliencube.requestbin_with_redis. profile="https://twitter.com/justinchronicle" \
5
+ org.aliencube.requestbin_with_redis. projectUrl="https://github.com/aliencube/RequestBin-on-Azure-App-Service" \
6
+ org.aliencube.requestbin_with_redis. repositoryUrl="https://github.com/aliencube/RequestBin-on-Azure-App-Service" \
7
+ org.aliencube.requestbin_with_redis. license="https://raw.githubusercontent.com/aliencube/RequestBin-on-Azure-App-Service/master/LICENSE"
8
8
9
9
RUN apk add --update \
10
10
# git
You can’t perform that action at this time.
0 commit comments