Initial commit
This commit is contained in:
4
kapitel10/10_3_1/Dockerfile
Normal file
4
kapitel10/10_3_1/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM debian:11-slim
|
||||
COPY hej.sh /hej.sh
|
||||
RUN chmod +x /hej.sh
|
||||
CMD /hej.sh
|
5
kapitel10/10_3_1/hej.sh
Normal file
5
kapitel10/10_3_1/hej.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
PATH="/sbin:/bin:/usr/sbin:/usr/bin"
|
||||
echo " _____________ "
|
||||
echo "| Hejsan alla |"
|
||||
echo " ------------- "
|
Reference in New Issue
Block a user