Skip to content
Snippets Groups Projects
Commit 59b38047 authored by Ludovic Claude's avatar Ludovic Claude
Browse files

Fix Docker build

parent e3496f57
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,4 @@ VOLUME /build
# Define working directory
WORKDIR /build
CMD ["/build-in-docker.sh"]
ENTRYPOINT ["/build-in-docker.sh"]
......@@ -9,7 +9,7 @@ builder:
post:
- echo "Finished building portal backend builder image"
- echo "Building project..."
- docker run --rm -v $WORKSPACE:/build/ -v $HOME/.m2:/home/build/.m2/ portal-backend-builder
- docker run --rm -v $WORKSPACE:/build/ -v $HOME/.m2:/home/build/.m2/ portal-backend-builder:latest
- echo "Finished building project"
test:
- ./tests/test-build.sh
......
File mode changed from 100644 to 100755
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment