changes from anchor

This commit is contained in:
Timothy Preble 2019-09-14 14:38:38 -04:00
parent fac78c2f12
commit e0f234cfe8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM timpreble/alpinearm:3.5.3 FROM arm32v7/node:alpine
#Create App Directory #Create App Directory
WORKDIR /usr/src/api WORKDIR /usr/src/api

View File

@ -9,7 +9,7 @@
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"mysql": "^2.14.1", "mysql": "^2.14.1",
"restify": "^5.2.0" "restify": "^5.2.0"
} }