From 54e6e99b7014b70da199936c281d1c82ec48da1e Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Tue, 2 Jul 2024 16:54:47 -0300 Subject: [PATCH] s/function/funko --- runtimes/crystal/Dockerfile.j2 | 4 ++-- runtimes/crystal/shard.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtimes/crystal/Dockerfile.j2 b/runtimes/crystal/Dockerfile.j2 index f6ef42a..1897100 100644 --- a/runtimes/crystal/Dockerfile.j2 +++ b/runtimes/crystal/Dockerfile.j2 @@ -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 }} \ No newline at end of file diff --git a/runtimes/crystal/shard.yml b/runtimes/crystal/shard.yml index 474d079..f4442ad 100644 --- a/runtimes/crystal/shard.yml +++ b/runtimes/crystal/shard.yml @@ -2,7 +2,7 @@ name: function version: 0.1.0 targets: - function: + funko: main: main.cr dependencies: