fix(back) remake file

This commit is contained in:
2026-06-22 15:04:32 +03:00
parent aeee027612
commit 814b93621d
11 changed files with 40 additions and 19 deletions
-1
View File
@@ -18,7 +18,6 @@ FROM alpine:latest
WORKDIR /root/
COPY --from=builder /app/main .
COPY --from=builder /app/uploads ./uploads
EXPOSE 8090
CMD ["./main"]