Skip to content

Commit

Permalink
fix: change makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonpaolo committed Nov 3, 2024
1 parent b0626fe commit b358a45
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 @@ -3,4 +3,4 @@ dev:
docker compose up -d --build

deploy:
docker buildx build --build-arg ENV=production -t r4deu51/chat-realtime:latest --platform=linux/amd64 --push .
docker buildx build --build-arg ENV=production -t $(IMAGE):$(TAG) --platform=linux/amd64 --push .

0 comments on commit b358a45

Please sign in to comment.