Skip to content

Commit

Permalink
docs: update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Aug 1, 2023
1 parent dd0d2f7 commit c7742fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/standards/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY --from=build /app/ /app/
CMD ["node", "dist/app.js"]
```

Example content of a `.dockerignore` file:
Il est important d'avoir un `.dockerignore` complet, pour limiter la taille de l'image et optimiser le cache et les builds :

```
*.md
Expand Down

0 comments on commit c7742fb

Please sign in to comment.