removed sh

This commit is contained in:
Firq 2025-04-15 23:44:20 +02:00
parent 1cbec0fe78
commit 3f0d0ab3c4
Signed by: Firq
GPG key ID: DCE182BA39C697B2
6 changed files with 6 additions and 26 deletions

View file

@ -5,8 +5,6 @@ ENV version=${version}
WORKDIR /
ADD reports /public
ADD start.sh /
RUN chmod +x /start.sh
EXPOSE 8081
CMD ./start.sh
CMD echo "Website version ${version} - powered by @Firq"; serve --listen 8081 --no-clipboard /public