diff --git a/fann-builder/Dockerfile b/fann-builder/Dockerfile index 836832d..62abebc 100644 --- a/fann-builder/Dockerfile +++ b/fann-builder/Dockerfile @@ -8,9 +8,10 @@ RUN apk add --no-cache \ # Create a non-root user to run the build (best practice) RUN adduser -D builder -USER builder WORKDIR /home/builder # The default command will be the build script COPY build.sh . + +USER builder CMD ["/bin/sh", "build.sh"] \ No newline at end of file