This commit is contained in:
@@ -7,9 +7,7 @@ WORKDIR /app
|
||||
COPY ./ ./
|
||||
RUN bun install --frozen-lockfile && \
|
||||
bun lint:tsc && \
|
||||
bun --cwd=./packages/server bun:build && \
|
||||
bun --cwd=./packages/server node:build && \
|
||||
bun --cwd=./packages/webapp run build && \
|
||||
bun run build && \
|
||||
bun clean:cache && \
|
||||
bun clean:modules && \
|
||||
bun install --frozen-lockfile --production
|
||||
|
||||
Reference in New Issue
Block a user