short url: caseywatts.com/selfpublish
my book is out! an applied psychology / self-help book targeted at developers: Debugging Your Brain
Markdown --> PDF (as a booklet!)
Markdown --> EPUB and MOBI
short url: caseywatts.com/selfpublish
my book is out! an applied psychology / self-help book targeted at developers: Debugging Your Brain
Markdown --> PDF (as a booklet!)
Markdown --> EPUB and MOBI
| FROM php:5.6-fpm-alpine | |
| RUN apk update && apk add autoconf openssl-dev g++ make && \ | |
| pecl install mongo && \ | |
| docker-php-ext-enable mongo && \ | |
| apk del --purge autoconf openssl-dev g++ make |