We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe5420 commit 79f409aCopy full SHA for 79f409a
build-images.sh
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env bash
2
+
3
+set -x
4
+set -e
5
6
+(cd base && docker build --rm --pull -t formapro/nginx-php-fpm:latest .)
7
+(cd php-all-exts && docker build --rm --pull -t formapro/nginx-php-fpm:latest-all-exts .)
push-images.sh
+docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
+docker push formapro/nginx-php-fpm;
0 commit comments