AS
This commit is contained in:
parent
06140a03ee
commit
cfde5855c0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM oven/bun:alpine as build
|
||||
FROM oven/bun:alpine AS build
|
||||
LABEL maintainer="@imnya"
|
||||
|
||||
# Set the working directory
|
||||
|
|
@ -16,7 +16,7 @@ RUN bun install
|
|||
# Build the project
|
||||
RUN bun build index.ts --compile --minify --outfile ./run
|
||||
|
||||
FROM oven/bun:alpine as runner
|
||||
FROM oven/bun:alpine AS runner
|
||||
LABEL maintainer="@imnya"
|
||||
|
||||
# Set the working directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue