From 1297a6b179f75658675aae55351992e230c53ea2 Mon Sep 17 00:00:00 2001 From: Moshe Date: Wed, 4 Oct 2023 12:05:26 +0300 Subject: [PATCH] fix: repair CI pipeline --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa74efed..53afb8dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN yarn run build # Pulled March 21, 2023 FROM nginx@sha256:aa0afebbb3cfa473099a62c4b32e9b3fb73ed23f2a75a65ce1d4b4f55a5c2ef2 COPY nginx-default.conf /etc/nginx/conf.d/default.conf -COPY --from=0 /app/build /usr/share/nginx/html +COPY --from=0 /app/dist /usr/share/nginx/html