add support of arm64 architecture for react-express-mongodb

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours
2021-11-05 22:09:34 +01:00
parent 1c00061396
commit f5d3c57a17
4 changed files with 3036 additions and 5769 deletions

View File

@@ -1,5 +1,5 @@
# Create image based on the official Node image from dockerhub
FROM node:lts-buster-slim
FROM node:lts-buster
# Create app directory
WORKDIR /usr/src/app