Created a special branch for the tag

This commit is contained in:
Jack-Benny Persson 2020-05-29 20:53:27 +02:00
parent 7f81fc5fcd
commit f85022331e

View File

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