update profile and models

This commit is contained in:
Le Viet
2022-03-30 16:49:28 +07:00
parent 4e8d728142
commit eb5caa83a1
158 changed files with 7371 additions and 156 deletions
+12
View File
@@ -0,0 +1,12 @@
up:
docker-compose up --remove-orphans
build:
docker-compose build --no-cache --force-rm
provision:
docker-compose exec floatapp_node npm install
down:
docker-compose down
migrate:
docker-compose exec floatapp_node npx sequelize db:migrate
bash:
docker-compose exec floatapp_node bash