feat: make images arm64 compatible

This commit is contained in:
Revant Nandgaonkar
2021-01-08 17:45:22 +05:30
parent 823f960364
commit c90783d6be
7 changed files with 48 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
FROM node:slim
FROM node:buster-slim
# Add frappe user
RUN useradd -ms /bin/bash frappe