Update Dockerfile

This commit is contained in:
2026-04-04 17:45:29 +00:00
parent 905200868b
commit 249787c46f

View File

@@ -25,7 +25,7 @@ COPY --from=builder /app-binary .
# Копируем папку templates из рабочей директории сборщика (/app)
# Обратите внимание: путь должен совпадать с WORKDIR первого этапа
COPY --from=builder /app/templates ./templates
COPY --from=builder /app/templates ./template
EXPOSE 8080
CMD ["./app-binary"]