faaso build works both local and remote. Basic auth for faaso API (lame, hardcoded)

This commit is contained in:
2024-06-30 15:10:49 -03:00
parent eb063beb2c
commit f5467551a1
9 changed files with 128 additions and 13 deletions

View File

@ -16,6 +16,8 @@ RUN apk add tinyproxy multirun openssl zlib yaml pcre2 gc libevent libgcc libxml
RUN addgroup -S app && adduser app -S -G app
WORKDIR /home/app
RUN mkdir runtimes
COPY runtimes/* ./runtimes/
COPY tinyproxy.conf ./
COPY --from=build /home/app/bin/faaso-daemon /home/app/bin/faaso /usr/bin/