Initial commit

This commit is contained in:
2020-05-28 17:05:21 +02:00
commit 20050f3905
2 changed files with 12 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM debian:10-slim
RUN apt-get update && apt-get -y install cowsay && apt-get clean
CMD ["Hej alla! Docker fungerar!"]
ENTRYPOINT ["/usr/games/cowsay"]