Merge pull request #15632 from overleaf/jpa-prod-target

[web] use explicit docker image target for production build

GitOrigin-RevId: 7d59ce709a5234b44da9e3034118c760c1a3d427
This commit is contained in:
Jessica Lawshe 2023-11-08 08:44:54 -06:00 committed by Copybot
parent efc66bb276
commit 12d82755a6

View file

@ -541,6 +541,7 @@ build:
--cache-from $(IMAGE_CI)-webpack \
--cache-from $(IMAGE_REPO_FINAL) \
--tag $(IMAGE_REPO_FINAL) \
--target app \
--file Dockerfile \
../..