Skip to content

Commit 34a1d32

Browse files
Remove docker instructions from Readme
* docs: fixed link readme * Remove docker instructions from Readme --------- Co-authored-by: Kaan Uzdoğan <[email protected]>
1 parent 79ff577 commit 34a1d32

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

README.md

-28
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,3 @@ $ npm build
2525
```
2626

2727
This command generates static content into the `build` directory and can be served using any static contents hosting service.
28-
29-
## Deployment
30-
31-
### Github Pages
32-
33-
The repo can be hosted at Github Pages easily
34-
35-
```
36-
$ DEPLOYMENT_BRANCH=main GIT_USER=<Your GitHub username> USE_SSH=true npm run deploy
37-
```
38-
39-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
40-
41-
### Docker
42-
43-
The website can be served inside a minimal nginx container. [Dockerfile](/Dockerfile) will install and build the website, and serve the built files in container's port 80. The container can be run manually or via the [docker-compose.yaml](/docker-compose.yaml) which will run on port 2345 of the host.
44-
45-
Simply run
46-
47-
```
48-
docker-compose up -d
49-
```
50-
51-
# Publish changes
52-
53-
```
54-
npm run publish
55-
```

0 commit comments

Comments
 (0)