fix bug
This commit is contained in:
parent
9bb5c64f58
commit
577e01d7ed
@ -1,8 +1,8 @@
|
||||
FROM oven/bun:latest
|
||||
WORKDIR /app
|
||||
COPY package.json bun.lockb ./
|
||||
RUN bun install
|
||||
COPY package.json bun.lockb ./
|
||||
COPY . .
|
||||
RUN bun run build:css
|
||||
EXPOSE 3000
|
||||
CMD ["bun", "run", "app.js"]
|
||||
CMD ["bun", "run", "app.js"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user