From c4e9b80fd6799a3cb5821a3f2d097e707d7be3e2 Mon Sep 17 00:00:00 2001 From: cami Date: Wed, 23 Jun 2021 01:59:28 +0200 Subject: [PATCH] Removed the build command in start.sh the build stage is not necessary as the containers are hot reloading during development --- start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/start.sh b/start.sh index 1c2cb4e..3d71904 100644 --- a/start.sh +++ b/start.sh @@ -1,3 +1,2 @@ podman-compose down -podman-compose build podman-compose up