Set working directory for cotnainer.

pull/56/head
Corey Gaspard 2017-07-19 09:21:13 -05:00
parent db78cb56a4
commit f36bdea017
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ FROM alpine:3.5
RUN mkdir /crontab-ui
WORKDIR /crontab-ui
LABEL maintainer "@alseambusher"
LABEL description "Crontab-UI docker"