Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Add src to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed May 18, 2022
1 parent ce150ff commit 61593bf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build_*
build_*
build
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
ropsten.dnp.dappnode.eth:
image: "ropsten.dnp.dappnode.eth:0.3.5"
build:
context: ./build
context: .
args:
UPSTREAM_VERSION: v1.10.17
volumes:
Expand Down
20 changes: 0 additions & 20 deletions src/Dockerfile

This file was deleted.

0 comments on commit 61593bf

Please sign in to comment.