Skip to content

Commit

Permalink
build: use ready-made docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbeng committed Aug 21, 2024
1 parent 52ddd2e commit ee648ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version: "3"
services:
artroll:
container_name: artroll
# The build config can be used for debugging and testing changes to the GM Dockerfile
build: .
# The build config can be used for debugging and testing changes to the Dockerfile
# build: .

# The image config can be used for running against published GM images
# image: ghcr.io/rollkit/gm:19b894c
# The image config can be used for running against published images
image: artelanetwork/rollkit:latest

# Used for targetting localhost as if you were outside the container
network_mode: host
Expand Down

0 comments on commit ee648ed

Please sign in to comment.