Skip to content
Snippets Groups Projects
Commit 4fbca49a authored by Tayna Pellegri's avatar Tayna Pellegri
Browse files

ENTRYPOINT pour python3 Main.py et CMD pour -h

parent 00ff3177
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,5 @@ RUN pip3 install -r requirements.txt ...@@ -17,6 +17,5 @@ RUN pip3 install -r requirements.txt
COPY . . COPY . .
CMD ["python3", "Main.py", "fichier/COL1A1_trypsin.csv", "results/"] ENTRYPOINT ["python3", "Main.py"]
CMD ["-h"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment