FROM debian:bookworm

WORKDIR /app
COPY . /app
RUN chmod +x start.sh

CMD ./start.sh
