Skip to content

Commit

Permalink
Fix Dockerfile nits that break 20.10.21 (#8078)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr authored Oct 31, 2022
1 parent e6d736b commit 31e8cb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/variantstore/wdl/extract/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ COPY --from=build /bcftools /bcftools

# Copy the application source code.
RUN mkdir /app
COPY *.py /app
COPY *.sql /app
COPY *.py /app/
COPY *.sql /app/

# Copy the schema files needed for VAT creation.
RUN mkdir -p /data/variant_annotation_table/schema
COPY ./variant_annotation_table/schema/*.json /data/variant_annotation_table/schema/

ENV PATH=/bcftools/bin\:$PATH
Expand Down

0 comments on commit 31e8cb7

Please sign in to comment.