Skip to content

Commit

Permalink
Only add workflow of root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiladi committed Jan 4, 2018
1 parent 759cb6e commit 0221279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ADD ./tours/* $GALAXY_ROOT/config/plugins/tours/
ADD library_data.yaml $GALAXY_ROOT/library_data.yaml

# Add workflows to the Docker image
ADD ./workflows/* $GALAXY_ROOT/workflows/
ADD ./workflows/*.ga $GALAXY_ROOT/workflows/

# Download training data and populate the data library
RUN startup_lite && \
Expand Down

0 comments on commit 0221279

Please sign in to comment.