From 097b67923c505b266fbe7d682f96eb9b3b30229d Mon Sep 17 00:00:00 2001 From: swaggboi Date: Tue, 11 Feb 2025 16:13:15 -0500 Subject: [PATCH] Don't need to run tests in build anymore --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9374f62..0eca555 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ WORKDIR /opt COPY lib/ ./lib/ COPY migrations/ ./migrations/ COPY public/ ./public/ -COPY t/ ./t/ COPY templates/ ./templates/ COPY script/ ./script/ COPY cpanfile .