Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eslam-Nawara committed Oct 24, 2023
1 parent 61b2ef5 commit f26bba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions user-contracts-mon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /contracts-mon-bot

COPY . .

WORKDIR /contracts-mon-bot/user-contracts-mon

RUN go mod tidy

RUN go build -o contractsmon main.go
Expand Down
2 changes: 1 addition & 1 deletion user-contracts-mon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Ensure that you have installed:
- Using Docker
```bash
docker build -t contract-mon .
docker build -t contract-mon -f Dockerfile ../
docker run -it contract-mon
```
Expand Down

0 comments on commit f26bba3

Please # to comment.