Skip to content
Snippets Groups Projects
Commit 8c575f50 authored by L4168's avatar L4168
Browse files

new hack

parent d93d8916
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -33,6 +33,8 @@ e2e-testing:
- docker image prune -f
- docker-compose build --no-cache
- docker-compose up -d
- docker cp ./docker postgis:/docker-entrypoint-initdb.d
- docker exec -i postgis /docker-entrypoint-initdb.d/init.sh
allow_failure: true
rf-test:
......
......@@ -8,7 +8,5 @@ services:
postgres:
image: postgres:alpine
container_name: postgis
volumes:
- /builds/wimma-lab-2019/overflow/ehasa-backend/docker/:/docker-entrypoint-initdb.d/
ports:
- 5432:5432
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment