Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
Torrion
/
arbitry
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
test 59
master
komarov
5 anni fa
parent
ff2de1f8da
commit
c56013ccc6
3 ha cambiato i file
con
5 aggiunte
e
7 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-5
.drone.yml
+1
-1
docker/php-fpm/Dockerfile
+1
-1
docker/php/Dockerfile
+ 3
- 5
.drone.yml
Vedi File
@@ -39,9 +39,7 @@ steps:
dry_run: true
insecure: true
build_args:
PHP_VERSION: 7.4.4
commands:
- ls -la
- PHP_VERSION=7.4.4
depends_on:
- clone
trigger:
@@ -57,8 +55,8 @@ steps:
dry_run: true
insecure: true
build_args:
BUILD_IMAGE:
docker-registry:5000/arbitry_php_base
PHP_VERSION:
7.4.4
- BUILD_IMAGE=
docker-registry:5000/arbitry_php_base
- PHP_VERSION=
7.4.4
depends_on:
- build_php_base
trigger:
+ 1
- 1
docker/php-fpm/Dockerfile
Vedi File
@@ -1,4 +1,4 @@
ARG PHP_VERSION
=7.4.4
ARG PHP_VERSION
ARG BUILD_IMAGE
FROM php:$PHP_VERSION-fpm-alpine
+ 1
- 1
docker/php/Dockerfile
Vedi File
@@ -1,4 +1,4 @@
ARG PHP_VERSION
=7.4.4
ARG PHP_VERSION
FROM php:$PHP_VERSION-alpine
RUN echo "date.timezone = UTC" > /usr/local/etc/php/conf.d/etc.ini
Write
Preview
Loading…
Annulla
Salva