2021-01-03 15:53:54 +00:00
|
|
|
# How to start backend
|
|
|
|
|
2022-02-09 20:30:35 +00:00
|
|
|
node .\index.js .\config-dev.json
|
|
|
|
|
|
|
|
# Building docker image
|
|
|
|
|
|
|
|
Please proceed with following steps:
|
|
|
|
|
|
|
|
- execute 'docker build --no-cache . -t frontend-showcase-backend:latest'
|
|
|
|
- check if 'docker run frontend-showcase-backend:latest' works well
|
|
|
|
- execute 'docker login'
|
|
|
|
- execute 'docker tag frontend-showcase-backend:latest tpolgrabia/frontend-showcase-backend:latest'
|
|
|
|
- execute 'docker push tpolgrabia/frontend-showcase-backend:latest'
|