diff --git a/Dockerfile b/Dockerfile index 49f6354..332beaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ FROM alpine:3.5 RUN mkdir /crontab-ui +WORKDIR /crontab-ui + LABEL maintainer "@alseambusher" LABEL description "Crontab-UI docker"