diff --git a/build.cmd b/build.cmd deleted file mode 100644 index 15ed1ab..0000000 --- a/build.cmd +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -echo Building the EOSC Data Transfer Proxy... - -cd src\main\docker -docker-compose -p eosc-beyond up -d --build --remove-orphans diff --git a/build.sh b/build.sh deleted file mode 100644 index 8ed668f..0000000 --- a/build.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -echo "Building the EOSC Data Transfer Proxy..." - -cd src/main/docker -sudo docker-compose -p eosc-beyond up -d --build --remove-orphans