diff options
| author | Vladyslav Samoilenko <101016860+saymolet@users.noreply.github.com> | 2024-05-02 00:30:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 23:30:22 +0200 |
| commit | 39f07047426cadca624d491b31e7c36c67fae9e8 (patch) | |
| tree | fda9e734ab906bd66f4f017b04487ed53162282b /README.md | |
| parent | eebcae983922c1757ade923bfdc8421e6a9b5efe (diff) | |
Added Dockerfile (#82)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -21,6 +21,15 @@ Manually building the static content into the `dist/` directory can be done with $ yarn run build ``` +## Docker + +You can build a Docker Image from an included Dockerfile and run it as a container: + +```bash +docker build -t cidr.xyz:0.1 . +docker run -d --rm -p 80:80 cidr.xyz:0.1 +``` + ## Deployment Deployment is automated from `master` branch via Netlify |
