File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ /.github export-ignore
2
+ /tests export-ignore
3
+ /.gitattributes export-ignore
4
+ /.gitignore export-ignore
5
+ /.php-cs-fixer.dist.php export-ignore
6
+ /docker-compose.yml export-ignore
7
+ /Dockerfile export-ignore
8
+ /SECURITY.md export-ignore
9
+
10
+ * .php text diff =php
11
+ * .md text
12
+ LICENSE text
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ LABEL org.opencontainers.image.description="php-chmod is a PHP library for easil
9
9
WORKDIR /app
10
10
COPY . .
11
11
12
- RUN apt-get update && apt-get -y upgrade \
12
+ RUN apt-get update \
13
+ && apt-get -y upgrade \
13
14
&& apt-get -y install zip \
14
15
&& composer update
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: "3"
3
3
services :
4
4
app :
5
5
build : .
6
- image : php-chmod:2.1
6
+ image : php-chmod:2.1.2
7
7
container_name : " php-chmod"
8
8
volumes :
9
9
- ./:/app
You can’t perform that action at this time.
0 commit comments