Compare commits

...

2 Commits

Author SHA1 Message Date
Emil Dabrowski 8e22b8e346 Don't run as root. Set env to production. 2022-12-03 22:21:43 +01:00
Emil Dabrowski 36c1aa8281 Fix bad image URL 2022-12-03 22:20:43 +01:00
4 changed files with 18 additions and 4 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
resources
.hugo_build.lock

View File

@ -1,5 +1,17 @@
FROM alpine
RUN apk add git hugo
ENV HUGO_ENVIRONMENT=production
WORKDIR /app
COPY . /app
RUN apk add git hugo
RUN adduser \
--disabled-password \
--gecos "" \
--uid 1000 \
hugo
RUN chown hugo:hugo /app
USER hugo
CMD hugo server --bind 0.0.0.0
COPY . /app

View File

@ -1,6 +1,6 @@
#!/bin/bash
version="0.1.0"
version="0.2.0"
script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
tmp_dir="$(mktemp -d --suffix=-web)"
cleanup () { rm -Rfv "$tmp_dir"; }

View File

@ -11,7 +11,7 @@ math:
enable: true
---
![Hoggar Mountains](/img/wp2535788-1280px.jpg)
![Hoggar Mountains](wp2535788-1280px.jpg)
## Bakgrund