diff options
-rw-r--r-- | Dockerfile | 3 | ||||
-rw-r--r-- | dist/index.html | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..2fc5ee9 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine + +COPY dist /usr/share/nginx/html diff --git a/dist/index.html b/dist/index.html index c1bbaa8..d9893fb 100644 --- a/dist/index.html +++ b/dist/index.html @@ -28,7 +28,7 @@ </p> <p> - source code <a href="https://github.com/boringcactus/pig.observer">available</a> if you're curious. + source code <a href="https://git.sr.ht/~boringcactus/pig.observer/tree">available</a> if you're curious. </p> <p> |