fixed typo in Dockerfile

This commit is contained in:
Felix Lohmeier 2017-03-14 22:23:20 +01:00
parent 1d0fb82f07
commit 8f2ef1d3e0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache \
wget \
unzip \
curl \
grep \
grep
# Download and build openrefine-client-master
WORKDIR /app