Compare commits
1 Commits
renovate/n
...
renovate/r
Author | SHA1 | Date | |
---|---|---|---|
6d5bfed607 |
@ -6,7 +6,7 @@ WORKDIR /src
|
||||
RUN npm install \
|
||||
&& npm run build
|
||||
|
||||
FROM nginx:1.26.0-alpine as prod
|
||||
FROM nginx:1.23.3-alpine as prod
|
||||
LABEL maintainer="marco.blessing@googlemail.com"
|
||||
#HEALTHCHECK --interval=15s --timeout=5s \
|
||||
# CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1
|
||||
|
@ -2,6 +2,6 @@
|
||||
async
|
||||
defer
|
||||
data-website-id="3e944f0b-6377-4a23-8bdd-64b408d13611"
|
||||
src="https://umami.ocram85.com/script.js"
|
||||
src="https://umami.ocram85.com/umami.js"
|
||||
data-domains="ocram85.com"
|
||||
></script>
|
||||
|
@ -29,7 +29,7 @@
|
||||
"exec-bin": "^1.0.0",
|
||||
"hugo-installer": "^4.0.0",
|
||||
"markdownlint-cli": "^0.33.0",
|
||||
"rimraf": "^4.0.0"
|
||||
"rimraf": "^5.0.0"
|
||||
},
|
||||
"otherDependencies": {
|
||||
"hugo": "0.91.1"
|
||||
|
Reference in New Issue
Block a user