Browse Source

feat: exo bash

1_dockerfile
Anatole-EES 5 years ago
parent
commit
5f04a93369
  1. 3
      1_dockerfile/bash/Dockerfile

3
1_dockerfile/bash/Dockerfile

@ -0,0 +1,3 @@
FROM ubuntu:18.04
COPY to_run.sh /root/to_run.sh
CMD ["/bin/bash", "/root/to_run.sh"]
Loading…
Cancel
Save