Fixed arm64 dockerfile

Signed-off-by: Rishabh Gupta <r.g.gupta@outlook.com>
This commit is contained in:
Rishabh Gupta 2019-04-05 05:54:31 +05:30 committed by Alex Ellis
parent 7b09992565
commit 8c896d92ee

View File

@ -43,6 +43,6 @@ RUN chown -R app: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"]