diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..aac63f5 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,7 @@ +/.gitignore +/.gitmodules +/.travis.yml +/Dockerfile +/LICENSE +/README.md +/screenshot.png diff --git a/Dockerfile b/Dockerfile index e997ef7..ed3a3dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,4 +37,6 @@ RUN apt update \ COPY --from=0 /tmp/build_QtZeiterfassung/bin /root/bin -CMD /root/bin/zeiterfassung.sh +COPY --from=0 /tmp/build_QtZeiterfassung/lib /root/lib + +CMD /root/bin/zeiterfassung