Skip to content

Commit

Permalink
chore: specify target for nextjs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev authored Jun 17, 2024
1 parent 7758baf commit 4077742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ services:
image: console-stats-web:${STATS_WEB_TAG:-latest}
build:
dockerfile: docker/Dockerfile.nextjs
target: production
args:
WORKSPACE: apps/stats-web

landing:
image: console-landing:${LANDING_TAG:-latest}
build:
dockerfile: docker/Dockerfile.nextjs
target: production
args:
WORKSPACE: apps/landing

0 comments on commit 4077742

Please sign in to comment.