This commit is contained in:
2025-05-08 03:20:06 +02:00
parent 49ec99ef01
commit 3c1d5d601f
5 changed files with 17 additions and 39 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ RUN apk add --no-cache gcc musl-dev linux-headers git openssh
COPY pyproject.toml pyproject.toml
COPY src src
COpy ssh_host_key ssh_host_key
COPY ssh_host_key ssh_host_key
RUN pip install --upgrade pip
RUN pip install -e .
EXPOSE 2225