Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marctheshark3 authored May 8, 2024
1 parent 4aae756 commit 47de7ef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ services:
- "5431:5432"

app:
image: ghcr.io/marctheshark3/sigmanaut-mining-pool-ui:main
# build:
# context: .
# dockerfile: Dockerfile # Make sure this is the name of your Dockerfile
build:
context: .
dockerfile: Dockerfile # Make sure this is the name of your Dockerfile
volumes:
- ./:/app
ports:
Expand Down

0 comments on commit 47de7ef

Please sign in to comment.