From f6074c65b16863d96b89bee60907de7c83dc8545 Mon Sep 17 00:00:00 2001 From: Felix Bartels <1257835+fbartels@users.noreply.github.com> Date: Tue, 10 Sep 2019 11:33:45 +0200 Subject: [PATCH] Fix Docker syntax for proper display on Github --- playground/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/Dockerfile b/playground/Dockerfile index 0981691..568fc16 100644 --- a/playground/Dockerfile +++ b/playground/Dockerfile @@ -10,12 +10,12 @@ RUN mv kapi/examples/* /web/kapi-playground WORKDIR /web/kapi-playground 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 CODE_VERSION -env PORT 8888 +ENV PORT 8888 LABEL maintainer=az@zok.xyz \ org.label-schema.name="Kopano Playground" \