-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧(docker) restrict what is copied in the production image
We analyzed the production image to detect if files are copied in it and are not needed to run in production. We updated the .dockerignore file to ignore files used in the development process. In the Dockerfile, in the final layer we only copy the backend application. The front sources are not needed anymore, they have been built and are copied in the static repository.
- v5.5.3
- v5.5.2
- v5.5.1
- v5.5.0
- v5.4.0
- v5.3.1
- v5.3.0
- v5.2.0
- v5.1.0
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.9.1
- v4.9.0
- v4.8.1
- v4.8.0
- v4.7.0
- v4.6.0
- v4.5.0
- v4.4.0
- v4.3.1
- v4.3.0
- v4.2.1
- v4.2.0
- v4.1.0
- v4.0.0
- v4.0.0-beta.20
- v4.0.0-beta.19
- v4.0.0-beta.18
- v4.0.0-beta.17
- v4.0.0-beta.16
- v4.0.0-beta.15
- v4.0.0-beta.14
- v4.0.0-beta.13
- v4.0.0-beta.12
- v4.0.0-beta.11
- v4.0.0-beta.10
- v4.0.0-beta.9
- v4.0.0-beta.8
- v4.0.0-beta.7
- v4.0.0-beta.6
- v4.0.0-beta.5
- v4.0.0-beta.4
- v4.0.0-beta.3
- v4.0.0-beta.2
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.