diff --git a/Dockerfile b/Dockerfile index 1a4b88d..85b0a74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app RUN apt-get update && apt-get install -y python3 python3-dev RUN apt-get install -y ca-certificates -COPY ./build/dev/NUTC-client ./NUTC +COPY ./build/NUTC-client ./NUTC RUN chmod +x ./NUTC CMD ./NUTC