Trying some weird training nonsense. Maybe this will be fun.
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m23s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m23s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user