Skip to content

Commit

Permalink
fix COPY --from image tags in target fs
Browse files Browse the repository at this point in the history
  • Loading branch information
sssomeshhh committed May 27, 2024
1 parent b265d95 commit bab9703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bab9703

Please sign in to comment.