Skip to content

Commit

Permalink
revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 6, 2023
1 parent cd7d771 commit f8cf1fa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
version: "3.4"
services:
revad:
image: ${REVAD_IMAGE}
# build:
# context: ../../
# dockerfile: docker/Dockerfile.revad-eos
# image: ${REVAD_IMAGE}
# we build the reva image with eos because it's faster
# instead of uploading and share through the github runners
build:
context: ../../
dockerfile: docker/Dockerfile.revad-eos
volumes:
- ../revad:/etc/revad
working_dir: /etc/revad/
Expand Down

0 comments on commit f8cf1fa

Please sign in to comment.