Jeffrey D. Van Alstine

Results 14 comments of Jeffrey D. Van Alstine

Just started working on a Docker Composition for Formr for a researcher. There's definitely demand for a working Docker container.

v10.0.5 working in a Docker Container without a DB, Cron, or OpenCPU (yet). I know for the Database I'll be using MySQL official image in a docker-compose.yml. Not sure what...

@cyriltata Oh interesting. I didn't notice it was an older version (2016). I just assumed since it was the highest version number it was the release. I'll switch to working...

```Dockerfile # syntax=docker/dockerfile:1 FROM php:8.2.2-apache # Install System & PHP Dependencies RUN apt-get update RUN apt-get upgrade -y RUN apt-get install -y pandoc libzip-dev libxml2-dev libpng-dev libonig-dev libsodium-dev libcurl4-openssl-dev git...