fix: install tailwindcss in build
This commit is contained in:
@@ -7,7 +7,7 @@ WORKDIR /app
|
||||
COPY package.json bun.lockb ./
|
||||
|
||||
# Install dependencies
|
||||
RUN bun install --frozen-lockfile --production
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
# Copy source code
|
||||
COPY src ./src
|
||||
|
||||
Reference in New Issue
Block a user