Arm64 and check Compose v2 support (#177)
add support of arm64 architecture for the following samples: * aspnet-mssql * elasticsearch-logstash-kibana * nginx-aspnet-mysql * nginx-flask-mysql * nginx-golang-mysql * react-java-mysql * sparkjava-mysql * wordpress-mysql * react-express-mysql * react-express-mongodb Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
@@ -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
|
||||
|
8793
react-express-mongodb/frontend/package-lock.json
generated
8793
react-express-mongodb/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@
|
||||
"@testing-library/user-event": "^7.2.1",
|
||||
"axios": "^0.21.4",
|
||||
"bootstrap": "^4.3.1",
|
||||
"node-sass": "^6.0.1",
|
||||
"sass": "^1.43.4",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-scripts": "^4.0.3"
|
||||
|
Reference in New Issue
Block a user