Skip to content
Snippets Groups Projects
Verified Commit 058cc83b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated dockerfile

parent c40424a1
No related branches found
No related tags found
No related merge requests found
/LICENSE.*
/package.json
/package-lock.json
/README.md
\ No newline at end of file
FROM php:7.3-apache
RUN apt-get update && apt-get install -y \
libpq-dev \
libsqlite3-dev
RUN docker-php-ext-install pdo pdo_pgsql pdo_sqlite
ADD . /var/www/html/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment