2 lines
81 B
Plaintext
2 lines
81 B
Plaintext
|
FROM ubuntu:latest # Declare parent image
|
||
|
RUN echo 'This is a Baeldung tutorial'
|