I hereby claim:
- I am insekticid on github.
- I am insekticid (https://keybase.io/insekticid) on keybase.
- I have a public key ASBhBDogIfVs868fCoJs9jzJpyl6jOq-Csp7YdCHGQpJNAo
To claim this, I am signing this object:
FROM phpearth/php:7.2-nginx | |
ENV PHP_INI_DIR /etc/php/7.2 | |
RUN mkdir -p $PHP_INI_DIR/conf.d | |
RUN apk add --no-cache make composer php7.2-xdebug git | |
RUN apk add --no-cache php7.2-dev gcc g++ | |
RUN curl -L -o /tmp/meminfo.tar.gz https://github.com/BitOne/php-meminfo/archive/master.tar.gz \ |
I hereby claim:
To claim this, I am signing this object:
import sitemapModule from 'sitemap'; | |
import axios from 'axios'; | |
const { buildSitemapIndex, createSitemapsAndIndex } = sitemapModule; | |
let elasticsearch = axios.create({ | |
baseURL: 'http://' + process.env.ELASTIC_SERVER + ':' + process.env.ELASTIC_PORT, | |
responseType: 'json' | |
}); |
# This file is a template, and might need editing before it works on your project. | |
# Official docker image. | |
image: terraform:latest | |
variables: | |
CODEBUILD_PROJECT: myprojectname | |
CODECOMMIT_REPOSITORY: projectrepo | |
services: | |
- docker:dind |