mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
gradido-node-test service added
This commit is contained in:
parent
998b934c1b
commit
3211aef119
@ -117,6 +117,17 @@ services:
|
||||
volumes:
|
||||
- ${GN_INSTANCE_FOLDER}:/opt/instance
|
||||
container_name: ${GN_CONTAINER_NAME}
|
||||
|
||||
#########################################################
|
||||
## GRADIDO NODE test ###################################
|
||||
#########################################################
|
||||
gradido-node-test:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./gn/docker/deprecated-hedera-node/Dockerfile
|
||||
container_name: gn-test
|
||||
working_dir: /opt/gn/build
|
||||
command: ["./unit_tests"]
|
||||
|
||||
networks:
|
||||
external-net:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user