Giter Site home page Giter Site logo

Comments (2)

maxexcloo avatar maxexcloo commented on July 21, 2024

It does but unfortunately the docker registry doesn't seem to pay attention
to dependencies, I'll have to rebuild a few more times...
On 26 Oct 2014 15:42, "Ben Truyman" [email protected] wrote:

It seems that the change to the /config/loop script made in 8c87fde
8c87fde
didn't cause a rebuild for nginx-php.

When running:

docker run -it maxexcloo/nginx-php:latest cat /config/loop

I get:

#!/bin/bash
if [ "$(ls -A /config/init)" ]; then
for init in /config/init/*; do
bash "$init"
done
fi
if tty -s; then
supervisord
while true; do
echo "Exit supervisorctl with Ctrl-D. Detach with Ctrl-P + Ctrl-Q."
supervisorctl
echo "Exit shell with Ctrl-D. Detach with Ctrl-P + Ctrl-Q."
bash
done
fi
supervisord -n

Doesn't Docker rebuild when a file's contents changes?

β€”
Reply to this email directly or view it on GitHub
#3.

from docker.

maxexcloo avatar maxexcloo commented on July 21, 2024

Sorry about the crazy delay, been flat out! I've fired off some rebuilds now, hopefully that fixes it.

from docker.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.