diff --git a/Dockerfile b/Dockerfile index 38a0005..a1a21f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ RUN apk add --no-cache nodejs nodejs-npm python git tar bash make ENV PARSOID_HOME=/var/lib/parsoid \ PARSOID_USER=parsoid -# Build branch name: v0.8.0, v0.9.0, master -ENV PARSOID_VERSION=master +# Build branch name: v0.8.0, v0.9.0, v0.10.0 master +ENV PARSOID_VERSION=v0.10.0 # Parsoid setup RUN set -x; \ diff --git a/Makefile b/Makefile index c551001..c6b4051 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ build-shell: build shell build-test: build test test: - docker run -it --rm -p 8080:80 -e PARSOID_DOMAIN_localhost=http://localhost/w/api.php $(NAME):$(TAG) + docker run -it --rm -p 8080:8000 -e PARSOID_DOMAIN_localhost=http://localhost/w/api.php $(NAME):$(TAG) unit-test: docker run -it --rm -w "/var/lib/parsoid" $(NAME):$(TAG) npm test \ No newline at end of file