mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
upload framework
This commit is contained in:
parent
754b1ce108
commit
a1a9504f11
30 changed files with 1578 additions and 155 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue