Skip to content

Commit

Permalink
Comment out build in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
RoblKyogre committed Feb 19, 2024
1 parent eed1f88 commit c3c74f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
viaaas:
image: roblkyogre/docker-viaaas:latest
build: .
# build: .
env_file: ./docker.env
ports:
- 25543:25543 # Web UI port
Expand Down

0 comments on commit c3c74f2

Please sign in to comment.