mirror of
https://github.com/zoriya/blog.git
synced 2025-12-06 06:26:10 +00:00
Merge pull request #5 from acelinkio/docker-copy-fix
fix: copy syntax for multiple file copy
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
FROM oven/bun
|
FROM oven/bun
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json bun.lock .
|
COPY package.json bun.lock ./
|
||||||
RUN bun install --production
|
RUN bun install --production
|
||||||
|
|
||||||
COPY index.ts tsconfig.json .
|
COPY index.ts tsconfig.json ./
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
RUN bun build \
|
RUN bun build \
|
||||||
|
|||||||
Reference in New Issue
Block a user