Logo API
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
.env
|
.env
|
||||||
vendor/
|
vendor/
|
||||||
.git/
|
.git/
|
||||||
|
storage/app/private/images
|
||||||
|
|||||||
+4
-1
@@ -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
|
||||||
@@ -19,4 +22,4 @@ RUN chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache
|
|||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
CMD ["sh", "-c", "php-fpm -D && nginx -g 'daemon off;'"]
|
CMD ["sh", "-c", "php-fpm -D && nginx -g 'daemon off;'"]
|
||||||
|
|||||||
Reference in New Issue
Block a user