Skip to content

Commit

Permalink
fix(Makefile): use frankenphp target for build-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams committed Oct 16, 2024
1 parent 173ed68 commit 6b5f3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ rm-network: ## Remove application docker network. (traefik
-bin/remove-external-network.sh wp-services

build-prod:
docker build --target prodphp -t aspirepress/aspirecloud-php -f ./docker/webapp/Dockerfile .
docker build --target prod -t aspirepress/aspirecloud-php -f ./docker/webapp-frankenphp/Dockerfile .

traefik-up: network
docker compose -f docker/traefik/docker-compose.yml up -d
Expand Down

0 comments on commit 6b5f3ee

Please sign in to comment.