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