Update file_setup Pipeline

This commit is contained in:
Patrick Jentsch
2020-04-03 18:35:39 +02:00
parent 933136bd08
commit fa3b3cc556
5 changed files with 88 additions and 102 deletions

View File

@ -18,8 +18,8 @@ RUN apt-get update \
# Install merge_images
COPY setup_files /usr/local/bin
COPY file_setup /usr/local/bin
ENTRYPOINT ["setup_files"]
ENTRYPOINT ["file_setup"]
CMD ["--help"]