Skip to content

Commit

Permalink
fix COPY --from image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sssomeshhh committed May 27, 2024
1 parent ffe21db commit 6c7704e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c7704e

Please sign in to comment.