fix(ci): create public directory for photos
All checks were successful
/ build-and-push-image (push) Successful in 1m22s

This commit is contained in:
log101 2024-08-04 15:14:58 +03:00
parent 4730bfb1c4
commit 47a9affc32

View File

@ -24,4 +24,6 @@ RUN apk add vips
COPY --from=builder /usr/src/app .
RUN mkdir public
CMD ["./konulukonum"]