changed Dockerfile to debian for arm64 support
This commit is contained in:
parent
7fc6859f7e
commit
95c7d6e4a6
@ -1,5 +1,5 @@
|
|||||||
# Step 1: Build the Hugo site
|
# 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
|
# Set the working directory inside the container
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user