From 269f2e2dbe6371d21a4ee1ded1bb4cb7593c61d5 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Sat, 30 Sep 2023 00:19:08 +0200 Subject: [PATCH] Remove start.sh --- application/start.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 application/start.sh diff --git a/application/start.sh b/application/start.sh deleted file mode 100644 index ea2632c..0000000 --- a/application/start.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -docker run -p 8090:8080 --restart unless-stopped -d --rm launcher_json \ No newline at end of file