From 2c633bbf2f888fa4da12de849f790762063b6c84 Mon Sep 17 00:00:00 2001 From: Ilya Nikokoshev Date: Mon, 1 Jan 2024 15:14:01 +0100 Subject: [PATCH] Fix the Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 047f359..d4cce06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ # Redact the documents FROM --platform=linux/arm64 registry.cluster.megaver.se/hub.docker.com/python:3.11-bookworm as redact +WORKDIR /workdir + # For better caching COPY build/publish-secret-docs/requirements.txt . RUN pip install --no-cache-dir -r requirements.txt -WORKDIR /workdir - # Include two repositories we need COPY README.md /original/ COPY build/hetzner-k3s-main/ /original/main/