Skip to content

Commit

Permalink
Exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux committed Jan 3, 2021
1 parent 2d4c9eb commit c5e41cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ WORKDIR /home/catcher

COPY --chown=catcher:catcher --from=build /root/http-request-catcher /home/catcher

RUN pip install --no-cache-dir -r requirements.txt -t .

EXPOSE 5000

CMD ["python", "app.py"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docker push appwrite/requestcatcher:1.0.0
Multi-arch build (experimental using [buildx](https://github.com/docker/buildx)):

```
docker buildx build --platform linux/amd64,linux/arm64/v8,linux/ppc64le --tag appwrite/requestcatcher:1.0.0 --push .
docker buildx build --platform linux/amd64,linux/arm64/v8 --tag appwrite/requestcatcher:1.0.0 --push .
```

## Find Us
Expand Down

0 comments on commit c5e41cc

Please sign in to comment.