diff --git a/dockerfile b/dockerfile index 4891146..f44d498 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM timpreble/alpinearm:3.5.3 +FROM arm32v7/node:alpine #Create App Directory WORKDIR /usr/src/api diff --git a/package.json b/package.json index 3fb3e5a..0ab955d 100755 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "keywords": [], "author": "", "license": "ISC", - "dependencies": { + "dependencies": { "mysql": "^2.14.1", "restify": "^5.2.0" }