Skip to content

Commit dfe9be8

Browse files
authored
Update Dockerfile
1 parent 1ab0fcd commit dfe9be8

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

Dockerfile

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
FROM hub.madelineproto.xyz/danog/madelineproto
22

3-
RUN apk add --no-cache \
4-
docker-cli \
5-
docker-compose \
6-
curl \
7-
php8-cli \
8-
php8-openssl \
9-
php8-json \
10-
php8-phar \
11-
php8-zlib \
12-
git \
13-
unzip \
14-
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
15-
163
WORKDIR /app
4+
COPY . .
175

18-
RUN composer --version
6+
CMD ["php", "/app/main.php"]

0 commit comments

Comments
 (0)