diff options
author | terminaldweller <thabogre@gmail.com> | 2021-08-03 18:46:09 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-08-03 18:46:09 +0000 |
commit | 7de275920bdd6115017b258ac78e62222c000dc3 (patch) | |
tree | e94532215e231f833b660d8e070f234ef21711d7 /run.sh | |
parent | the markdowns (diff) | |
download | blog-7de275920bdd6115017b258ac78e62222c000dc3.tar.gz blog-7de275920bdd6115017b258ac78e62222c000dc3.zip |
robots.txt and xml sitemap.WIP
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/usr/bin/env sh +docker run --entrypoint /server/server.js -p 9909:9000 web |