Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 935a5020db | |||
| 0b9f7d5254 |
+1
-1
@@ -27,7 +27,7 @@ RUN apt-get update && apt-get upgrade -y \
|
|||||||
|
|
||||||
# Install PHP extensions
|
# Install PHP extensions
|
||||||
RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
|
RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||||
&& docker-php-ext-install -j$(nproc) gd zip
|
&& docker-php-ext-install -j$(nproc) gd zip intl
|
||||||
|
|
||||||
# Copy application files
|
# Copy application files
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user