re-add Procfile

This commit is contained in:
Chris Grimmett 2023-11-11 13:00:04 -08:00
parent 95c60705e9
commit b69ae64cf0
3 changed files with 10 additions and 1 deletions

View File

@ -31,6 +31,7 @@ WORKDIR /app
COPY --from=build --chown=qa:qa /app/dist/ .
COPY --from=build --chown=qa:qa /app/package.json .
COPY --from=build --chown=qa:qa /app/node_modules ./node_modules
COPY --from=build --chown=qa:qa /app/Procfile .
COPY --from=build --chown=qa:qa /app/app.json .
# set non root user

View File

@ -11,5 +11,13 @@
"content": "futureporn-qa"
}
]
},
"formation": {
"manager": {
"quantity": 1
},
"worker": {
"quantity": 1
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "futureporn-qa",
"version": "4.0.0",
"version": "5.0.1",
"main": "index.js",
"license": "Unlicense",
"private": true,