Inject arm64 store at build time

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2018-02-05 08:42:13 +00:00
parent 6bf605789a
commit cb1f76a51f

View File

@ -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"]