From fbb4d18af0cb0acfd74c2f1c88dd247435486513 Mon Sep 17 00:00:00 2001 From: mghilardelli Date: Wed, 31 Jul 2024 15:42:04 +0200 Subject: [PATCH] chore: debug --- webapp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/Dockerfile b/webapp/Dockerfile index f877be10..563f5022 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -8,7 +8,7 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf RUN pwd RUN ls -l -COPY ./../ /temp-marco +COPY . /temp-marco RUN ls -l /temp-marco #### copy artifact build from the 'build environment'