From cda455abfd5aa72c32881cb440ba16bd2176c865 Mon Sep 17 00:00:00 2001 From: Derkades Date: Mon, 27 Jul 2020 20:31:13 +0200 Subject: [PATCH] Remove build.sh For testing the image, people can use the dev docker compose file --- build.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 build.sh diff --git a/build.sh b/build.sh deleted file mode 100755 index 20e46c1..0000000 --- a/build.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -docker build -t namelessmc-nginx nginx_web -docker build -t namelessmc-php php_fpm