Skip to content

Commit 8057791

Browse files
committed
Initial commit
0 parents  commit 8057791

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM php:8.1-fpm-alpine
2+
3+
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
4+
5+
RUN apk update
6+
RUN apk add zip unzip libpng-dev libzip-dev
7+
RUN docker-php-ext-install pdo_mysql
8+
RUN docker-php-ext-install gd
9+
RUN docker-php-ext-install zip

0 commit comments

Comments
 (0)