Skip to content

Commit

Permalink
add EXPOSE, CMD to be
Browse files Browse the repository at this point in the history
  • Loading branch information
sssomeshhh committed May 27, 2024
1 parent f8a296a commit ffe21db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY . .
FROM base as be
# RUN yarn produce
COPY --from=rentify:fe /root/fe/build /root/fe/build
EXPOSE 8000
EXPOSE 8080
CMD yarn produce

FROM base as fe
RUN yarn produce

0 comments on commit ffe21db

Please sign in to comment.