Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed May 1, 2024
1 parent 33d6a19 commit c32898c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/Dockerfiles/dev1.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM databio/bedhost:dev

COPY config/api-dev.bedbase.org.yaml /bedbase.yaml
COPY deployment/config/api-dev.bedbase.org.yaml /bedbase.yaml
ENV BEDBASE_CONFIG=/bedbase.yaml

RUN mkdir -p /data/outputs/bedstat_output
Expand Down
2 changes: 1 addition & 1 deletion deployment/Dockerfiles/primary.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM databio/bedhost:latest

COPY config/api.bedbase.org.yaml /bedbase.yaml
COPY deployment/config/api.bedbase.org.yaml /bedbase.yaml
ENV BEDBASE_CONFIG=/bedbase.yaml

RUN mkdir -p /data/outputs/bedstat_output
Expand Down

0 comments on commit c32898c

Please sign in to comment.