Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d75bf1cc authored by BIGAUD Nathan's avatar BIGAUD Nathan
Browse files

Adding shell to the executable form command

parent ad9ba2f8
No related branches found
No related tags found
1 merge request!46Draft: Docker deploy
...@@ -18,4 +18,4 @@ RUN pip install declearn[all] ...@@ -18,4 +18,4 @@ RUN pip install declearn[all]
# Create env variables # Create env variables
# Run script # Run script
ENV script="experiment/run.sh" ENV script="experiment/run.sh"
CMD ["bash", ${script}] CMD ["/bin/bash", ${script}]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment