Skip to content

Commit

Permalink
Merge pull request #357 from common-workflow-language/revert-356
Browse files Browse the repository at this point in the history
Revert "docker-compose uses build"
  • Loading branch information
tetron authored Sep 30, 2021
2 parents 9f12419 + c858522 commit 0fdcfc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ services:
restart: always
# To run from this source code instead of Docker hub,
# disable "image:"" and enable "build:" below
#image: commonworkflowlanguage/cwlviewer:v1.3.0
image: commonworkflowlanguage/cwlviewer
build: .
image: commonworkflowlanguage/cwlviewer:v1.3.0
#build: .
ports:
- "8080:8080"
links:
Expand Down

0 comments on commit 0fdcfc9

Please sign in to comment.