docker-training / ddev-labs

Labs for the workshop Docker for Enterprise Developers
15 stars 29 forks source link

Copy pasting from pdf #25

Closed martencassel closed 5 years ago

martencassel commented 5 years ago

When i copy/paste snippets from the pdf into text files sometimes newlines are not added.

In the developer exercises at 4.1 Back-end Development. Copy pasting the api/Dockerfile.api file will generate a maven error for me because the COPY . . command is added to the RUN mvn line.

bkatiemills commented 5 years ago

Yes, the PDFs are frustrating like this - have you seen the HTML versions of the exercises? See the setup command corresponding to the version of the slides you are teaching here: https://github.com/docker-training/presentations/releases. Find the release you're teaching, and grab the command under 'Corresponding Exercises'.

martencassel commented 5 years ago

@BillMills thanx.