secrets ideas

This commit is contained in:
2024-07-01 09:48:29 -03:00
parent 18f35db164
commit ae328f465c
2 changed files with 24 additions and 0 deletions

View File

@ -21,4 +21,7 @@ COPY runtimes/* ./runtimes/
COPY tinyproxy.conf ./
COPY --from=build /home/app/bin/faaso-daemon /home/app/bin/faaso /usr/bin/
RUN mkdir /secrets
RUN echo "sarasa" > /secrets/sarlanga
CMD ["/usr/bin/multirun", "faaso-daemon", "tinyproxy -d -c tinyproxy.conf"]