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