Changed to only cmd

This commit is contained in:
Jack-Benny Persson 2020-05-29 22:28:46 +02:00
parent 7f81fc5fcd
commit 2539360da9

View File

@ -1,4 +1,3 @@
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"]
CMD ["/usr/games/cowsay", "Hej alla! Docker fungerar!"]