Douglas Gomes

Results 4 comments of Douglas Gomes

I'm using https://github.com/gjcarneiro/yacron as an alternative

Just do it: ``` { if (!isCanceled) { navigation.replace("SelectCompany"); } }} /> ```

An example using dockerfile ``` FROM stesie/libv8-10.5 AS builder MAINTAINER Stefan Siegl RUN apt-get update RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ php-dev git ca-certificates g++ make RUN git clone...