From b693f697fcf295156fec01f3ff9c1233afd6d721 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 26 Oct 2023 23:38:11 +0200 Subject: [PATCH] fix build --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 05e4ad29..7334b32b 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,6 @@ build-dependencies: @$(GOCMD) mod download -x @mkdir -p $(BUILDDIR) cp scripts/wg-portal.service $(BUILDDIR) - cp scripts/wg-portal.env $(BUILDDIR) #< frontend: Build Vue.js frontend frontend: frontend-dependencies