fix bug (attempt 2)
This commit is contained in:
parent
577e01d7ed
commit
9cc43349a0
@ -1,7 +1,7 @@
|
||||
FROM oven/bun:latest
|
||||
WORKDIR /app
|
||||
RUN bun install
|
||||
COPY package.json bun.lockb ./
|
||||
COPY package.json ./
|
||||
COPY . .
|
||||
RUN bun run build:css
|
||||
EXPOSE 3000
|
||||
|
Loading…
x
Reference in New Issue
Block a user