changed Dockerfile to debian for arm64 support
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user