Added frontend build to Docker image
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
d557d45862
commit
f5b443d271
3 changed files with 38 additions and 1 deletions
7
Makefile
7
Makefile
|
|
@ -87,3 +87,10 @@ ftest: node_modules
|
|||
fbuild: node_modules
|
||||
@ yarn --cwd '$(WEB_DIR)' build
|
||||
.PHONY: fbuild
|
||||
|
||||
|
||||
# =====DOCKER=====
|
||||
## Build image
|
||||
dbuild:
|
||||
@ DOCKER_BUILDKIT=1 docker build -t chewingbever/jos:dev .
|
||||
.PHONY: image
|
||||
|
|
|
|||
Reference in a new issue