Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove changelog #17

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions CHANGELOG.md

This file was deleted.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ uHTTP exit application attaches to an exit node and performs arbitrary incoming

## Deployment process

To contribute to this repository you will need to create a pull request. More information about the existing automated workflows can be found in [GitHub Actions](./.github/workflows/README.md)
To contribute to this repository you will need to create a pull request.
More information about the existing automated workflows can be found in [GitHub Actions](./.github/workflows/README.md).

## Run with Docker

To be able to run the Exit Node with Docker, you first need to build the image, for that, we will use the following command
To be able to run the Exit Node with Docker, you first need to build the image.
For that, we will use the following command

```sh
docker build -t exit-node -f Dockerfile ../../
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"test": "jest --coverage"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@stylistic/eslint-plugin": "^2.1.0",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
Expand Down
Loading
Loading