Skip to content

Commit

Permalink
Revert "docker-compose uses build"
Browse files Browse the repository at this point in the history
This reverts commit 19509c8.
  • Loading branch information
tetron committed Sep 30, 2021
1 parent 9f12419 commit c858522
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 c858522

Please sign in to comment.