fix(ui): update tailwind source paths and build order
This commit is contained in:
@@ -24,12 +24,12 @@ RUN bun install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
|
||||
# Build frontend assets (tailwind + ts)
|
||||
RUN bun run build:assets
|
||||
|
||||
# Generate templ files
|
||||
RUN templ generate
|
||||
|
||||
# Build frontend assets (tailwind + ts)
|
||||
RUN bun run build:assets
|
||||
|
||||
# Generate sqlc code
|
||||
RUN sqlc generate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user