From 9e248b9cb0c1bdea04a6dedd4c30b1356c25f725 Mon Sep 17 00:00:00 2001 From: Arkadiusz Janz <arkadiusz.janz@pwr.edu.pl> Date: Tue, 14 Apr 2020 20:23:53 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c751a1..8a9ce5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,6 @@ RUN mkdir wccl/build && \ RUN apt-get install -y curl WORKDIR /home/install/wccl/build -COPY ./uploaddeb.sh +COPY ./uploaddeb.sh ./ RUN bash uploaddeb.sh $APT_USERNAME $APT_PASSWORD https://apt.clarin-pl.eu -- GitLab