-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Severl improvements: - Make a unique dependencies image: instead of creating 2 dependencies images (web and test), create a single one. The web image is slightly bigger but caching is more efficient and the Dockerfile is simpler - Decouple test image from web image so it can cache test specific layers - Simplify user management: switch unix user at the right time and avoid chmod 777 commands - Move apk add to one line to reduce layers. They change rarely so splitting doesn't improve build time
- Loading branch information
Colin Saliceti
committed
Sep 26, 2022
1 parent
4d2f51d
commit d4eb4e6
Showing
1 changed file
with
28 additions
and
113 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