Improve dockerfiles chapter
This commit is contained in:
parent
15cc8d404c
commit
594f853605
3 changed files with 16 additions and 5 deletions
|
|
@ -201,7 +201,7 @@ COPY docker-entrypoint.d /docker-entrypoint.d
|
|||
```
|
||||
</div>
|
||||
|
||||
Le dossier sera créé s'il n'existe pas, et le contenu du dossier source ser
|
||||
Le dossier sera créé s'il n'existe pas, et le contenu du dossier source sera
|
||||
recopié.
|
||||
|
||||
:::::
|
||||
|
|
@ -292,7 +292,7 @@ Par exemple, prenons le `Dockerfile` suivait :
|
|||
|
||||
<div lang="en-US">
|
||||
```Dockerfile
|
||||
FROM python:3.10
|
||||
FROM python:3
|
||||
COPY build /usr/lib/python/grapher
|
||||
EXPOSE 8080
|
||||
RUN pip install pillow pygal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue