Skip to content

Commit

Permalink
Fix the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Jan 1, 2024
1 parent f7dad4f commit 2c633bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 2c633bb

Please sign in to comment.