fix mistake in logic!
This commit is contained in:
parent
9cc43349a0
commit
d363a5de45
@ -1,7 +1,7 @@
|
||||
FROM oven/bun:latest
|
||||
WORKDIR /app
|
||||
RUN bun install
|
||||
COPY package.json ./
|
||||
RUN bun install
|
||||
COPY . .
|
||||
RUN bun run build:css
|
||||
EXPOSE 3000
|
||||
|
Loading…
x
Reference in New Issue
Block a user