Browse Source

Set working directory for cotnainer.

pull/56/head
Corey Gaspard 7 years ago
parent
commit
f36bdea017
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save