Compare commits
1 commit
cc6cc82c67
...
2f114afab0
Author | SHA1 | Date | |
---|---|---|---|
2f114afab0 |
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:78f46b81b82d767ee8d729411f6f95089a403c21f17c20a5789df00263d7c5b5 AS build
|
FROM oven/bun@sha256:31f25ad4c661322a3dc9d9d98fbf34989502b1ea588a2ca629da98c8e5a2d116 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