Skip to content

Commit

Permalink
Fix directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mivok committed Aug 23, 2016
1 parent 18f84a0 commit 25081c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Mark Harrison <mark@mivok.net>
RUN apk update && \
apk add --no-cache ruby && \
gem install --no-rdoc --no-ri mdl && \
mkdir /inputfiles
mkdir /data

WORKDIR /data

Expand Down

0 comments on commit 25081c5

Please sign in to comment.