s/function/funko
This commit is contained in:
parent
b3a465f5d8
commit
54e6e99b70
@ -16,7 +16,7 @@ RUN addgroup -S app && adduser app -S -G app
|
|||||||
WORKDIR /home/app
|
WORKDIR /home/app
|
||||||
USER 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 }}
|
HEALTHCHECK {{ healthcheck_options }} CMD {{ healthcheck_command }}
|
@ -2,7 +2,7 @@ name: function
|
|||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
function:
|
funko:
|
||||||
main: main.cr
|
main: main.cr
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user