fix: workflow Dockerfile copy paths

This commit is contained in:
gmega 2024-12-18 15:07:17 -03:00
parent bea51a5adf
commit a42ec7a85d
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -12,5 +12,5 @@ RUN ./get_helm.sh
RUN mkdir /opt/bittorrent-benchmarks
WORKDIR /opt/bittorrent-benchmarks
COPY ./k8s .
COPY ./docker .
COPY ./k8s ./k8s
COPY ./docker ./docker