mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
fix(repo): fix build path in dockerfile, remove imports, add new task in taskfile
This commit is contained in:
@@ -22,6 +22,11 @@ tasks:
|
||||
cmds:
|
||||
- docker-compose -p $APP_NAME up -d
|
||||
|
||||
docker:run:build:
|
||||
deps: [ make:env ]
|
||||
cmds:
|
||||
- docker-compose -p $APP_NAME up -d --build
|
||||
|
||||
docker:stop:
|
||||
cmds:
|
||||
- docker-compose -p $APP_NAME down
|
||||
|
||||
Reference in New Issue
Block a user