patch docker build
Build and Deploy Jekyll / deploy (push) Successful in 9m54s

This commit is contained in:
2026-05-25 15:56:26 +00:00
parent 3872738a08
commit 250991758f
+2
View File
@@ -49,8 +49,10 @@ jobs:
cat > /workspace/image/Dockerfile <<'DOCKER' cat > /workspace/image/Dockerfile <<'DOCKER'
FROM nginx:alpine FROM nginx:alpine
RUN rm -rf /usr/share/nginx/html/*
COPY . /usr/share/nginx/html/ COPY . /usr/share/nginx/html/
DOCKER DOCKER
volumeMounts: volumeMounts:
- name: workspace - name: workspace
mountPath: /workspace mountPath: /workspace