Skip to content

Commit f5f266d

Browse files
committed
Update Dockerfile
1 parent 9c6ef51 commit f5f266d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM redis:alpine
22

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"
88

99
RUN apk add --update \
1010
# git

0 commit comments

Comments
 (0)