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à
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
124
Commit
1
Ramo (Branch)
209 KiB
Albero (Tree):
f5c0810d2d
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da 'f5c0810d2d'
${ noResults }
arbitry
/
docker
/
php-fpm
/
Dockerfile
Dockerfile
92 B
Originale
Normal View
Cronologia
test 59
4 anni fa
test
4 anni fa
test
4 anni fa
1
2
3
4
5
ARG PHP_VERSION
ARG BUILD_IMAGE
FROM php:$PHP_VERSION-fpm-alpine
FROM $BUILD_IMAGE as build