Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: TTA-180 fixing environment variables
  • Loading branch information
Rodrigo Lins committed Oct 14, 2022
commit 7c5b242e98b65ddc2371c2920f779872a496c6aa
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ help: ## Show this help message.

.PHONY: build
build: ## Create docker image with dependencies needed for development.
docker-compose --env-file=.dev.env build timetracker_ui
docker-compose build timetracker_ui

.PHONY: cleanup
cleanup: ## Delete image timetracker_ui
Expand Down