diff --git a/Dockerfile b/Dockerfile index e768ec3..9551b08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,8 @@ RUN apt update && \ bash nodesource_setup.sh && \ apt install nodejs && \ corepack enable -COPY --from=rentify:fe /root/fe/build /root/fe/build -COPY --from=rentify:be /root/be /root/be +COPY --from=sssomeshhh/rentify:fe /root/fe/build /root/fe/build +COPY --from=sssomeshhh/rentify:be /root/be /root/be WORKDIR /root/be RUN yarn install EXPOSE 8000