Logo API
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
.env
|
.env
|
||||||
vendor/
|
vendor/
|
||||||
.git/
|
.git/
|
||||||
|
storage/app/private/images
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
FROM php:8.4-fpm-alpine
|
FROM php:8.4-fpm-alpine
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.version="1.0.2"
|
||||||
|
LABEL org.opencontainers.image.title="FlightsAPI"
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apk add --no-cache nginx curl zip unzip git postgresql-dev \
|
RUN apk add --no-cache nginx curl zip unzip git postgresql-dev \
|
||||||
&& docker-php-ext-install pdo pdo_pgsql pgsql opcache
|
&& docker-php-ext-install pdo pdo_pgsql pgsql opcache
|
||||||
|
|||||||
Reference in New Issue
Block a user