From 9e7e9e56bc324a3287260c1f71762d9dc7d041d9 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Mon, 19 Jun 2023 22:14:28 -0400 Subject: [PATCH] build --- frontend/build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 frontend/build diff --git a/frontend/build b/frontend/build new file mode 100755 index 0000000..26e95f9 --- /dev/null +++ b/frontend/build @@ -0,0 +1,6 @@ +#!/bin/bash + +git pull && +pnpm install && +pnpm run build && +docker build -t doordesk .