Compare commits
1 commit
1bcbaa6905
...
a2be4e9c87
| Author | SHA1 | Date | |
|---|---|---|---|
| a2be4e9c87 |
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:66ba69deede44e3af5dc542def218fdb3bcad2205900ea761dc5623bf973d2df AS build
|
FROM oven/bun@sha256:6ebf306367da43ad75c4d5119563e24de9b66372929ad4fa31546be053a16f74 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