# build backend app
$ docker build -t vtb-backend .
# check that app works
$ docker run --env-file .env -d -p 3000:3000 vtb-backend
# build all backend
$ docker-compose up --build
-
Notifications
You must be signed in to change notification settings - Fork 0
vtb-open-api-2024/vtb-compose
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Infrastructure based on Docker Compose & Nginx. It is temp solution to deploy backend and frontend apps to demonstrate cryptorub solution