allow skipping frontend build in Docker

That option allows having backend-only build,
skipping the long frontend build and test step.
Frontend developers run NodeJS locally and usually
don't need to have frontend built inside the docker image.
This commit is contained in:
Dmitry Verkhoturov
2022-02-15 18:30:38 -06:00
committed by Umputun
parent 214e183b07
commit f448208475
4 changed files with 29 additions and 16 deletions
+1
View File
@@ -13,6 +13,7 @@ services:
dockerfile: Dockerfile
args:
- SKIP_BACKEND_TEST=true
- SKIP_FRONTEND_BUILD=true
# - NODE_ENV=development
image: umputun/remark42:dev