I need help about docker-compose up

hello everyone here, i am Saidat Nanjuki working on Fedora-happiness-packets. i was trying to run docker-compose up and got error this error . Anyone to help me out

Step 9/12 : RUN ./generate_client_secrets.sh
—> Running in dd69d5ea586a
/bin/sh: ./generate_client_secrets.sh: not found
ERROR: Service ‘web’ failed to build: The command ‘/bin/sh -c ./generate_client_secrets.sh’ returned a non-zero code: 127

Hi @saidat,

first we wall over our steps.
in your git repository “Fedora Happiness Packets” do:

git pull
./generate_client_secrets.sh
docker-compose build
docker-compose up

Let us know what happen :wink:

1 Like

In the readmi docker compose up comes first then docker-compose --build and that’s what I did though haven’t finished it cause it gave me that error