changed Dockerfile to debian for arm64 support

This commit is contained in:
Weetile 2024-10-14 17:52:22 +01:00
parent 7fc6859f7e
commit 95c7d6e4a6

View File

@ -1,5 +1,5 @@
# Step 1: Build the Hugo site
FROM klakegg/hugo:ext-alpine AS build-stage
FROM klakegg/hugo:ext-debian AS build-stage
# Set the working directory inside the container
WORKDIR /app