5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
# escape=`
|
|
FROM ubuntu:latest
|
|
RUN echo 'This is a Baeldung tutorial&' `
|
|
&& echo 'Print more stuff'
|