Adam Curtis
Adam Curtis
Not sure if if anything to go with the host OS (macOS here). But building the container from #55 and running as above I get the following: ``` $ cat...
@deuill yep! ``` $ git branch * feature/build-static-php master $ make docker-image STATIC=true Error response from daemon: manifest for deuill/go-php:7.0.30 not found Sending build context to Docker daemon 438.3kB Step...
Here the output (had to specify the path to make) ``` $ MAKE="/usr/bin/make" make docker-test STATIC=true Error response from daemon: manifest for deuill/go-php:7.0.30 not found Sending build context to Docker...
No worries, if you need anything from me give me a shout :)
One thing it might be worth mentioning is recommended ways on how to install PHP on various platforms so it can be compiled, for starters maybe the following: - MacOS...
I'll be honest I haven't looked at this in great detail, from what I'm aware and looking through the cloud formation file it should be possible! Possibly the quickest way...
:+1: +1 on this. I recently started to separate out my 3rd party assets using bower and found this to be an issue.
Increasing the timeouts in API config fixed all issues with websockets for us. If they're too low the connections will be terminated.
I'm also getting this issue too. Unfortunately I know virtually nothing about networking. My setup is pretty much identical to @paulcadman. I've actually had the issue for some time over...
This also fixed the Celery background workers issue for me :+1: