Skip to content
Snippets Groups Projects
Commit bdf6df02 authored by Dobromir Palushev's avatar Dobromir Palushev
Browse files

setting alias

parent f3a576da
No related branches found
No related tags found
Loading
......@@ -36,12 +36,13 @@ run-tests:
# image: node:16.17.0-alpine
services:
- name: docker:${DOCKER_VERSION}-dind
alias: containerHost
script:
- docker run -p 27017:27017 -d --name mongo-container --rm --add-host=host.docker.internal:host-gateway mongo:${MONGO_VERSION}
- docker run -p 27017:27017 -d --name mongo-container --rm mongo:${MONGO_VERSION}
- docker build
--tag "${CONTAINER_TAG}-test"
--target=test
--add-host=host.docker.internal:host-gateway
--add-host=host.docker.internal:containerHost
"./app"
# - echo ‘http://dl-cdn.alpinelinux.org/alpine/v3.6/main’ >> /etc/apk/repositories
# - echo ‘http://dl-cdn.alpinelinux.org/alpine/v3.6/community’ >> /etc/apk/repositories
......
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