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

Fix paths

parent 7c3c1a28
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ else
DOCKER_COMPOSE="sudo docker-compose"
fi
[ -e .m2 ] || ln -s .m2 ~/.m2
# Create a symlink to the local Maven repository
[ -L .m2 ] || ln -s -t . ~/.m2
$DOCKER_COMPOSE --file=docker-compose.init.yml --project-name=portal-backend-init up
......
......@@ -10,7 +10,7 @@ portaldb:
POSTGRES_PASSWORD: test
portal-backend:
build: .src/docker/build
build: ./src/docker/build
volumes:
- ./src/test/docker/:/opt/portal/config/
- ./target/:/opt/portal/lib/
......
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