Add LABEL to dockerfile.
This commit is contained in:
parent
7f92ce6146
commit
45cd16c240
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# FROM nginx:alpine
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
LABEL homepage=https://git.redxef.duckdns.org/
|
||||||
|
|
||||||
RUN apk update && apk upgrade && apk add nginx gettext && \
|
RUN apk update && apk upgrade && apk add nginx gettext && \
|
||||||
rm -r /etc/nginx
|
rm -r /etc/nginx
|
||||||
|
|
Loading…
Reference in a new issue