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
|
||||
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 }}
|
@ -2,7 +2,7 @@ name: function
|
||||
version: 0.1.0
|
||||
|
||||
targets:
|
||||
function:
|
||||
funko:
|
||||
main: main.cr
|
||||
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user