diff --git a/Dockerfile b/Dockerfile index d5a7696..3c1a0ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ COPY ./src/update-script.rb ./update-script.rb COPY --from=base ./dist/ ./native-helpers COPY --from=base /usr/local/bin/node /usr/local/bin/node -COPY ./entrypoint.sh ./entrypoint.sh +COPY .ntrypoint.sh /entrypoint.sh ARG REPO_NAME ARG GITHUB_TOKEN @@ -35,4 +35,4 @@ ENV REGISTRY_TOKEN=${REGISTRY_TOKEN} # CMD ["bundle", "exec", "ruby", "./update-script.rb"] # CMD ["ruby", "./update-script.rb"] -ENTRYPOINT [ "./entrypoint.sh" ] \ No newline at end of file +ENTRYPOINT [ "/entrypoint.sh" ] \ No newline at end of file