Skip to content

Commit

Permalink
docker: Do not copy api app into docker #TASK-7103 #TASK-7099
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Oct 28, 2024
1 parent 81e2054 commit f726b51
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/iva-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ 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

Expand Down

0 comments on commit f726b51

Please sign in to comment.