mirror of
https://github.com/zoriya/blog.git
synced 2025-12-05 22:16:10 +00:00
fix: copy syntax for multiple file copy
Signed-off-by: Arlan Lloyd <arlanlloyd@gmail.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM oven/bun
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json bun.lock .
|
||||
COPY package.json bun.lock ./
|
||||
RUN bun install --production
|
||||
|
||||
COPY index.ts tsconfig.json .
|
||||
COPY index.ts tsconfig.json ./
|
||||
|
||||
ENV NODE_ENV=production
|
||||
RUN bun build \
|
||||
|
||||
Reference in New Issue
Block a user