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

@ -16,8 +16,6 @@ WORKDIR /
COPY --from=build /app/dist /public
COPY --from=build /app/serve.json /public/serve.json
COPY --from=build /app/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