mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 17:21:11 +00:00
Fix very small typo -- remove extra "v" in "code"
This commit is contained in:
committed by
GitHub
parent
1958c85a96
commit
c25f7a119b
@@ -90,7 +90,7 @@ COPY <test data sets and fixtures>
|
||||
RUN <unit tests>
|
||||
FROM <baseimage>
|
||||
RUN <install dependencies>
|
||||
COPY <vcode>
|
||||
COPY <code>
|
||||
RUN <build code>
|
||||
CMD, EXPOSE ...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user