dagapp / goald

Online service for collecting money
1 stars 0 forks source link

Use Docker #40

Closed dagapp closed 3 months ago

dagapp commented 6 months ago

For better scaling and easier deployment, it should be considered to use Docker

ZuxiGIT commented 5 months ago

Check my new PR: https://github.com/dagapp/goald/pull/42

uf00led commented 5 months ago

Make another docker container for the frontend service. Commands for deploy (from the folder goald-frontend). In this sequence:

npm i
npm run build
npm run srv
ZuxiGIT commented 5 months ago

Check out my new PR: https://github.com/dagapp/goald/pull/45