s/function/funko

This commit is contained in:
Roberto Alsina 2024-07-02 16:54:47 -03:00
parent b3a465f5d8
commit 54e6e99b70
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ RUN addgroup -S app && adduser app -S -G app
WORKDIR /home/app
USER app
COPY --from=build /home/app/bin/function .
COPY --from=build /home/app/bin/funko .
CMD ["./function"]
CMD ["./funko"]
HEALTHCHECK {{ healthcheck_options }} CMD {{ healthcheck_command }}

View File

@ -2,7 +2,7 @@ name: function
version: 0.1.0
targets:
function:
funko:
main: main.cr
dependencies: