Skip to content

Commit

Permalink
Build web contianer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrady42 committed May 3, 2020
1 parent b0fd61e commit 568b0b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
# execute build instead of pulling from Dockerhub. When ready to build new images uncomment
# and execute `docker-compose build && docker-compose push`
#
# build:
# dockerfile: ./docker/web.Dockerfile
# context: .
image: pionwebrtc/ion-web:0.2.0
build:
dockerfile: ./docker/web.Dockerfile
context: .
# image: pionwebrtc/ion-web:0.2.0
volumes:
# Uncomment for production
# - "./docker/Caddyfile:/etc/caddy/Caddyfile"
Expand Down

0 comments on commit 568b0b2

Please sign in to comment.