mirror of
https://github.com/openfaas/faas.git
synced 2025-06-16 04:06:47 +00:00
Inject arm64 store at build time
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
parent
6bf605789a
commit
cb1f76a51f
@ -40,4 +40,7 @@ RUN chown -R app:app ./
|
||||
|
||||
USER app
|
||||
|
||||
# Patch to ARM64 store
|
||||
RUN sed -ie s/store.json/store-arm64.json/g /home/app/assets/script/funcstore.js
|
||||
|
||||
CMD ["./gateway"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user