fixed typo in Dockerfile
This commit is contained in:
parent
1d0fb82f07
commit
8f2ef1d3e0
|
@ -9,7 +9,7 @@ RUN apk add --no-cache \
|
|||
wget \
|
||||
unzip \
|
||||
curl \
|
||||
grep \
|
||||
grep
|
||||
|
||||
# Download and build openrefine-client-master
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in New Issue