Rename service

This commit is contained in:
Patrick Jentsch
2020-04-09 09:53:42 +02:00
parent 8aa9554339
commit 083c2709c1
3 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ RUN apt-get update \
RUN rm -rf /var/lib/apt/lists/*
COPY file_setup /usr/local/bin
COPY file-setup /usr/local/bin
ENTRYPOINT ["file_setup"]
ENTRYPOINT ["file-setup"]
CMD ["--help"]