changing dockerfile name

This commit is contained in:
José Henrique 2025-05-31 10:38:47 -03:00
parent f549c60fd8
commit fb7d99fea2

View File

@ -32,6 +32,7 @@ jobs:
docker build \
--build-arg VITE_API_URL="http://api.opencand.ivanch.me" \
--file OpenCand.UI.dockerfile \
-t "${{ env.IMAGE_FRONTEND }}:${TAG}" \
.