[#44] [#44] Release container now builds & packages frontend as well

This commit is contained in:
Jef Roosens 2021-04-29 10:45:42 +02:00
parent 628a918682
commit e0ac8ddd24
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 41 additions and 8 deletions

View file

@ -1,20 +1,42 @@
*
# Source code
# =====BACKEND=====
## Source code
!src/
# Cargo files
## Cargo files
!Cargo.toml
!Cargo.lock
# Entrypoint for devop container
## Entrypoint for devop container
!docker/entrypoint_dev.sh
!docker/entrypoint.sh
# Config file
## Config file
!Rocket.toml
# Database migrations
## Database migrations
!migrations/
## Crontab for release container
!docker/crontab
# =====FRONTEND=====
## Source code
!web/src/
## Public assets
!web/public/
!web/index.html
## Production env file
!web/.env.production
## Package manager stuff
!web/package.json
!web/yarn.lock
## Project configs
!web/tsconfig.json
!web/vite.config.ts