Skip to content

Commit 0680dbb

Browse files
authored
Merge pull request #10 from yzPeedro/2.3.5
2.3.5
2 parents 0cce0a9 + 37f7483 commit 0680dbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM php:8.3-alpine
22

3+
ENV COMPOSER_ALLOW_SUPERUSER=1
4+
35
RUN apk add --no-cache \
46
php-mbstring \
57
php-xml \

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3.8"
2-
31
services:
42
app:
53
build: .

0 commit comments

Comments
 (0)