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
|
|
@ -1,7 +1,18 @@
|
|||
# Ignore everything
|
||||
*
|
||||
|
||||
# The stuff necessary to build the image
|
||||
!Makefile
|
||||
|
||||
# Backend stuff
|
||||
!app/
|
||||
!setup.cfg
|
||||
!setup.py
|
||||
|
||||
# Frontend stuff
|
||||
!web/index.html
|
||||
!web/src/
|
||||
!web/package.json
|
||||
!web/yarn.lock
|
||||
!web/tsconfig.json
|
||||
!web/public/
|
||||
!web/vite.config.ts
|
||||
|
|
|
|||
Reference in a new issue