Browse Source

- docker file

main
SimonBurdy 5 years ago
committed by GitHub
parent
commit
2f138ca822
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      1_dockerfile/bash/Dockerfile

5
1_dockerfile/bash/Dockerfile

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