Skip to content

Commit

Permalink
🐛 #793 fix docker build-egui (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-s-morgan authored Oct 28, 2022
1 parent 38efee0 commit b3ddc2a
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 @@ -243,7 +243,7 @@ stop-db:
docker compose --env-file ./.env -f src/electionguard_db/docker-compose.db.yml down

build-egui:
docker build -t egui -f src\electionguard_gui\Dockerfile .
docker build -t egui -f ./src/electionguard_gui/Dockerfile .

start-egui: build-egui
ifeq "${EG_DB_PASSWORD}" ""
Expand Down

0 comments on commit b3ddc2a

Please sign in to comment.