Compare commits
1 commit
7cf7ba1b38
...
20c7dd408f
| Author | SHA1 | Date | |
|---|---|---|---|
| 20c7dd408f |
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Build stage of the application
|
# Build stage of the application
|
||||||
FROM oven/bun@sha256:00cccad6e9c66bbacc250851f689168606aaea551ac473e908bbcf00a5645025 AS build
|
FROM oven/bun@sha256:9c5d3c92b234b4708198577d2f39aab7397a242a40da7c2f059e51b9dc62b408 AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN bun i && bun run build
|
RUN bun i && bun run build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue