java-tutorials/docker-modules/docker-images/comments/Dockerfile-single-line-comm...

5 lines
102 B
Plaintext

# Declare parent image
FROM ubuntu:latest
# Print sentence
RUN echo 'This is a Baeldung tutorial'