Skip to content
Snippets Groups Projects
Select Git revision
  • 3.0 default protected
  • 2.0
  • mamarley-autocomplete
  • master protected
4 results

Dockerfile

Blame
  • Dockerfile 156 B
    FROM k8r.eu/justjanne/php:latest
    
    RUN apk add --no-cache --update \
        php-json \
        php-pdo_sqlite \
        php-pdo_pgsql
    
    USER nobody
    
    ADD . /var/www/html/