diff --git a/dropshell-build/Dockerfile b/dropshell-build/Dockerfile index e77d0f9..c734ce7 100644 --- a/dropshell-build/Dockerfile +++ b/dropshell-build/Dockerfile @@ -15,6 +15,6 @@ RUN /usr/local/bin/install_dropshell_build_requirements WORKDIR /app -ENTRYPOINT ["dropshell-build","/app"] +CMD ["dropshell-build","/app"]