diff --git a/Dockerfile b/Dockerfile index 126dcc5..dbe8369 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,10 @@ -FROM ghcr.io/getzola/zola:v0.19.2 as zola +FROM --platform=arm64 alpine:3.20.3 AS zola +RUN apk add zola COPY . /project WORKDIR /project RUN ["zola", "build"] -FROM ghcr.io/static-web-server/static-web-server:2 +FROM --platform=arm64 ghcr.io/static-web-server/static-web-server:2 WORKDIR / COPY --from=zola /project/public /public \ No newline at end of file diff --git a/compose.yml b/compose.yml deleted file mode 100644 index 3273a4b..0000000 --- a/compose.yml +++ /dev/null @@ -1,5 +0,0 @@ -services: - blog: - build: . - ports: - - 37189:8000 \ No newline at end of file diff --git a/content/blog/brave-new-world.md b/content/blog/brave-new-world.md deleted file mode 100644 index 0449480..0000000 --- a/content/blog/brave-new-world.md +++ /dev/null @@ -1,23 +0,0 @@ -+++ -title = "Brave New World" -draft = false -insert_anchor_links = "left" - -# [extra] -# hot = true -# katex = true -+++ - -# Brave new World - -## Quotes - -> "Not nearly so pneumatic as Lenina" (comparing two women in bed to each other) \ -> p. 42 - -> "Ending is better than mending" \ -> p. 42 - -> "You can't consume much if you sit still and watch"\ -> p. 42 -Which is ironic, written in a book.