From 61049c3ce1f73eb29e87fbd1a2f50fa9a63d60c2 Mon Sep 17 00:00:00 2001 From: Chris Lindsay Date: Fri, 15 Dec 2023 08:45:00 -0500 Subject: [PATCH] Update Dockerfile --- frontend/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 9a754e6941..da1ede0d77 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -10,4 +10,3 @@ RUN bun install COPY --chown=app:app ./ /home/app/ CMD ["bun", "start"] -#Prove it