Skip to content

Commit

Permalink
Small update to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanski committed May 5, 2024
1 parent 51e1ce6 commit d1d7862
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![docker:lipanski/docker-static-website](https://img.shields.io/docker/v/lipanski/docker-static-website?logo=docker&label=lipanski%2Fdocker-static-website)](https://hub.docker.com/r/lipanski/docker-static-website/tags)

A very small Docker image (~154KB) to run any static website, based on the [BusyBox httpd](https://www.busybox.net/) static file server.
A very small Docker image (~80KB) to run any static website, based on the [BusyBox httpd](https://www.busybox.net/) static file server.

For more details, check out [my article](https://lipanski.com/posts/smallest-docker-image-static-website).

Expand Down Expand Up @@ -147,6 +147,15 @@ Browse to `http://localhost:3000` and check that the contents of the `index.html

## Release

Images are build automatically by Github Actions whenever a new tag is pushed:

```
git tag 1.2.3
git push --tags
```

### Manual process

Build the image:

```
Expand All @@ -159,12 +168,3 @@ Push the image to Docker Hub:
docker push lipanski/docker-static-website:1.2.3
docker push lipanski/docker-static-website:latest
```

Tag the release:

```
git tag 1.2.3
git push --tags
```


0 comments on commit d1d7862

Please sign in to comment.