From 6c7704e0955f12ffa8df323c2c0e76244f641469 Mon Sep 17 00:00:00 2001 From: SomesH S Date: Mon, 27 May 2024 14:14:16 +0000 Subject: [PATCH] fix COPY --from image tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 543e06c..bb508f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . FROM base as be # RUN yarn produce -COPY --from=rentify:fe /root/fe/build /root/fe/build +COPY --from=sssomeshhh/rentify:fe /root/fe/build /root/fe/build EXPOSE 8000 EXPOSE 8080 CMD yarn produce