Dockerfile init

This commit is contained in:
realaravinth
2021-05-04 10:30:22 +05:30
parent 6964faf8f4
commit e9c84b4ed4
4 changed files with 45 additions and 3 deletions

View File

@@ -40,8 +40,8 @@ migrate:
help:
@echo ' run - run developer instance'
@echo ' test - run unit and integration tests'
@echo ' frontend-dev - build static assets in dev mode'
@echo ' frontend - build static assets in prod mode'
@echo ' frontend-dev - build static assets in dev mode'
@echo ' frontend - build static assets in prod mode'
@echo ' migrate - run database migrations'
@echo ' dev-env - download dependencies'
@echo ' docs - build documentation'