Skip to content

Commit

Permalink
chore: update Dockerfile build command for improved efficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Feb 28, 2025
1 parent 5d9706c commit bff4b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile.frontend
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## docker build -t fair-frontend:latest .
## docker run --rm --name fair-frontend-temp fair-frontend:latest
## docker build -t fair-frontend:latest -f Dockerfile.frontend . && container_id=$(docker create fair-frontend:latest) && docker cp $container_id:/app/dist ./dist && docker rm $container_id


# Build stage
FROM node:22 AS builder
Expand Down

0 comments on commit bff4b58

Please sign in to comment.