4 lines
116 B
Plaintext
4 lines
116 B
Plaintext
|
# This file is a demonstration
|
||
|
# For a Baeldung article
|
||
|
FROM ubuntu:latest
|
||
|
RUN echo 'This is a Baeldung tutorial'
|