Trying some weird training nonsense. Maybe this will be fun.
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m23s

This commit is contained in:
2026-01-20 14:48:53 -07:00
parent 0081978489
commit 9694a42f3f
49 changed files with 190186 additions and 159 deletions

View File

@@ -28,5 +28,8 @@ COPY --from=build /go/bin/app /app/himbot
# Copy migrations directory
COPY --from=build /app/migrations /app/migrations
# Copy datasets directory
COPY --from=build /app/datasets /app/datasets
# Set the entrypoint
ENTRYPOINT ["/app/himbot"]