Skip to content

Commit

Permalink
Enable publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFicarelli committed Aug 6, 2024
1 parent 5eb9d86 commit c0de3d0
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 @@ -35,7 +35,7 @@ build: ## Build the Docker image
docker compose build app

publish: build ## Publish the Docker image to DockerHub
docker --debug compose push --dry-run app
docker compose push app

run: export COMPOSE_PROFILES=run
run: build ## Run the application in Docker
Expand Down

0 comments on commit c0de3d0

Please sign in to comment.