fix comment in Dockerfile

This commit is contained in:
Felix Lohmeier 2019-08-04 02:15:26 +02:00
parent 1d0c4f828a
commit b8675fc894
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
# Install dependency urllib2_file
RUN pip install urllib2_file==0.2.1
# Download and build openrefine-client-master
# Copy python scripts
WORKDIR /app
COPY google google
COPY refine.py .