bianca rosa

Results 15 comments of bianca rosa

Is anyone working on that? I could try to take a look at it.

Sorry, I said I would take a look but in the end I couldn't. Maybe someone else wants to give it a try? Em qui, 2 de mar de 2017...

I just had to spend some extra time making this work as "docker-compose" is not an official alias for "docker compose" in the main installation. Could there be a config...

https://github.com/biancarosa/ez/pull/10

I'm gonna try to take a look at this. @guillaumevincent what do you think, instead of using two keys and a random key, we can just use another model like...

What's the expected behavior? Ignore the folder or deploy it?

I was able to workaround this issue setting the user too. The EFS storage wasn't much of a need to me, and I couldn't easily mount it externally, so I...

In my particular case, the env was needed to build a filename, so I did something along the lines of `RUN cat $(echo $FILENAME | awk '{ print tolower($0) }')...

@jpierson-at-riis agreed, my case was similar to yours. Would a ONBUILD RUN work for you in the first stage? Because I have.... ``` FROM image1 AS stage-1 ENV ENVIRONMENT $ENVIRONMENT...