1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

upload framework

This commit is contained in:
Robin Appelman 2017-03-20 21:51:03 +01:00
commit a1a9504f11
30 changed files with 1578 additions and 155 deletions

View file

@ -2,7 +2,7 @@ FROM yavin/alpine-php-fpm:7.0
RUN apk add --no-cache php7-pdo_pgsql
COPY . /app/
COPY src /app/
RUN wget https://getcomposer.org/composer.phar \
&& php composer.phar -d=/app install --no-interaction \