mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
Inject arm64 store at build time
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -40,4 +40,7 @@ RUN chown -R app:app ./
|
|||||||
|
|
||||||
USER 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"]
|
CMD ["./gateway"]
|
||||||
|
Reference in New Issue
Block a user