Compare commits

..

No commits in common. "52c8516a1e3a8120b745f58dff99339dfd4a7be8" and "7859110d97d076d40337de2a4aca077914d81805" have entirely different histories.

3 changed files with 1 additions and 7 deletions

View file

@ -1,4 +0,0 @@
#!/bin/bash
docker stop haifareminder
docker rm haifareminder
docker run -p 3000:3000 -d --name haifareminder docker.io/kfda89/haifareminder

View file

@ -63,5 +63,5 @@ webServer.listen(process.env.PORT, () => {
})
webServer.use(function (req, res, next) {
res.status(404).send("This is not the page you are looking for...")
res.status(404).send("Sorry can't find that!")
})

View file

@ -1,2 +0,0 @@
#!/bin/bash
docker run -p 3000:3000 -d --name haifareminder docker.io/kfda89/haifareminder