feat(devops)
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 15s

This commit is contained in:
A'zamov Samandar
2025-11-05 19:41:57 +05:00
parent 4267dec319
commit 2bbe34f703
5 changed files with 106 additions and 11 deletions

View File

@@ -15,6 +15,5 @@ FROM alpine
WORKDIR /app
COPY --from=build /app/notification .
COPY ./.env /app/
CMD ["./notification"]