fix comment in Dockerfile
This commit is contained in:
parent
1d0c4f828a
commit
b8675fc894
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
||||||
# Install dependency urllib2_file
|
# Install dependency urllib2_file
|
||||||
RUN pip install urllib2_file==0.2.1
|
RUN pip install urllib2_file==0.2.1
|
||||||
|
|
||||||
# Download and build openrefine-client-master
|
# Copy python scripts
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY google google
|
COPY google google
|
||||||
COPY refine.py .
|
COPY refine.py .
|
||||||
|
|
Loading…
Reference in New Issue