Skip to content

Commit

Permalink
docker: solve conflicts api folder #TASK-6559
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrizetta committed Dec 10, 2024
1 parent b6dc4d8 commit 87d0ad3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/iva-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ COPY ./${SITE}/iva/img /usr/local/apache2/htdocs/iva/img/

RUN true

## API
COPY ./build/api /usr/local/apache2/htdocs/api
COPY ./${SITE}/api/conf /usr/local/apache2/htdocs/api/conf/
COPY ./${SITE}/api/img /usr/local/apache2/htdocs/api/img/

## Genome Maps (Coming soon :-) )
#COPY ./build/genome-maps /usr/local/apache2/htdocs/genome-maps

ENTRYPOINT ["httpd-foreground"]
ENTRYPOINT ["httpd-foreground"]

0 comments on commit 87d0ad3

Please sign in to comment.