mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-07-23 18:05:31 +00:00
Fix Docker syntax for proper display on Github
This commit is contained in:
parent
8b7b5efd28
commit
f6074c65b1
@ -10,12 +10,12 @@ RUN mv kapi/examples/* /web/kapi-playground
|
|||||||
WORKDIR /web/kapi-playground
|
WORKDIR /web/kapi-playground
|
||||||
RUN rm Makefile && ln -s oidc-client-example.html index.html
|
RUN rm Makefile && ln -s oidc-client-example.html index.html
|
||||||
|
|
||||||
from halverneus/static-file-server:v1.5.2
|
FROM halverneus/static-file-server:v1.5.2
|
||||||
|
|
||||||
ARG VCS_REF
|
ARG VCS_REF
|
||||||
ARG CODE_VERSION
|
ARG CODE_VERSION
|
||||||
|
|
||||||
env PORT 8888
|
ENV PORT 8888
|
||||||
|
|
||||||
LABEL maintainer=az@zok.xyz \
|
LABEL maintainer=az@zok.xyz \
|
||||||
org.label-schema.name="Kopano Playground" \
|
org.label-schema.name="Kopano Playground" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user