Don't need to run tests in build anymore

This commit is contained in:
swagg boi 2025-02-11 16:13:15 -05:00
parent c3b45276a3
commit 097b67923c

View File

@ -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 .