Skip to content

Commit

Permalink
Change to the version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thenets committed Dec 15, 2018
1 parent 3d6eed0 commit bb9722a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bb9722a

Please sign in to comment.