fix: rm cmd in publisher
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Aravinth Manivannan 2022-12-19 14:16:46 +05:30
parent f205543c02
commit 4b1535848f
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -8,4 +8,3 @@ WORKDIR /src
COPY --from=base /usr/local/bin/librepages .
COPY . .
RUN find
CMD ["/src/scripts/bin-publish.sh"]