From 35fe3f6c41031c7289c7b5ff11b3da6e0af21163 Mon Sep 17 00:00:00 2001 From: sinergia Date: Sun, 10 Mar 2024 16:15:18 -0500 Subject: [PATCH] Feat: Clean Dockerfile_test --- Dockerfile_test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile_test b/Dockerfile_test index d060c30..7931d5a 100644 --- a/Dockerfile_test +++ b/Dockerfile_test @@ -12,5 +12,4 @@ FROM python:3.11-bullseye RUN apt-get update && apt-get install -y postgresql-client # TOMADO DE: https://hg.tryton.org/tryton-docker/file/tip/6.6/Dockerfile -COPY --from=builder-node /package /var/lib/trytond/www -COPY sao_custom/ /var/lib/trytond/www/ \ No newline at end of file +COPY --from=builder-node /package /var/lib/trytond/www \ No newline at end of file