Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
saketh-05 committed Dec 15, 2024
1 parent 2b91909 commit b04d815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ FROM nginx:stable-alpine
# Copy built files from the builder stage
WORKDIR /usr/share/nginx/html

COPY --from=builder /usr/src/app/build .

RUN rm -rf *

COPY --from=builder /usr/src/app/build .

# Expose port 80 and start nginx
EXPOSE 80

Expand Down

0 comments on commit b04d815

Please sign in to comment.