Changed to only cmd
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
FROM debian:10-slim
|
FROM debian:10-slim
|
||||||
RUN apt-get update && apt-get -y install cowsay && apt-get clean
|
RUN apt-get update && apt-get -y install cowsay && apt-get clean
|
||||||
CMD ["Hej alla! Docker fungerar!"]
|
CMD ["/usr/games/cowsay", "Hej alla! Docker fungerar!"]
|
||||||
ENTRYPOINT ["/usr/games/cowsay"]
|
|
||||||
|
Reference in New Issue
Block a user