Skip to content

Commit

Permalink
add edam etl
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsage1 committed Mar 13, 2024
1 parent 02e90f7 commit 5a287bd
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 6 deletions.
3 changes: 2 additions & 1 deletion apps/openchallenges/edam-etl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ RUN pip install poetry \
&& poetry install --with prod --no-root --no-interaction --no-ansi \
&& pip cache purge


WORKDIR /
COPY docker-entrypoint.sh ./
RUN chmod +x docker-entrypoint.sh

ENTRYPOINT ["/docker-entrypoint.sh"]

CMD python "${APP_DIR}/src/main.py"
CMD python "${APP_DIR}/src/main.py"
Loading

0 comments on commit 5a287bd

Please sign in to comment.