Juju075 / symfony-devops

DevOps project
0 stars 0 forks source link

can't locate /docker/symfony.sh > Block migration #6

Closed Juju075 closed 1 year ago

Juju075 commented 1 year ago

docker-compose

    build:
      context: ./
      dockerfile: Dockerfile
    depends_on:
      - database

dockerfile:

RUN cd /var/www/ (container) for the dependencies.

but last layer ENTRYPOINT ["bash", "/docker/symfony.sh"]

Juju075 commented 1 year ago

need to debug location like pwd in Dockerfile

Juju075 commented 1 year ago

ok - No issue its was the cache remaining at same spot.

cleared all components docker system prune -a --volumes