2 lines
75 B
Plaintext
2 lines
75 B
Plaintext
|
FROM ubuntu:latest
|
||
|
RUN echo 'This is a Baeldung tutorial' # Print sentence
|