mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
Fixed arm64 dockerfile
Signed-off-by: Rishabh Gupta <r.g.gupta@outlook.com>
This commit is contained in:
parent
7b09992565
commit
8c896d92ee
@ -43,6 +43,6 @@ RUN chown -R app:app ./
|
|||||||
|
|
||||||
USER app
|
USER app
|
||||||
|
|
||||||
RUN sed -ie s/x86_64/arm64.json/g /home/app/assets/script/funcstore.js
|
RUN sed -ie s/x86_64/arm64/g /home/app/assets/script/funcstore.js
|
||||||
|
|
||||||
CMD ["./gateway"]
|
CMD ["./gateway"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user