Closed Juju075 closed 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"]
ENTRYPOINT ["bash", "/docker/symfony.sh"]
need to debug location like pwd in Dockerfile
ok - No issue its was the cache remaining at same spot.
cleared all components docker system prune -a --volumes
docker system prune -a --volumes
docker-compose
dockerfile:
RUN cd /var/www/ (container) for the dependencies.
but last layer
ENTRYPOINT ["bash", "/docker/symfony.sh"]