mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-11 12:26:36 -05:00
Trying Without bunx --bun Using bun Instead
This commit is contained in:
parent
9282992cfa
commit
d89428bcb7
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# use the official Bun image
|
||||
# see all versions at https://hub.docker.com/r/oven/bun/tags
|
||||
FROM oven/bun:1-alpine as base
|
||||
FROM oven/bun:1.0.26-alpine as base
|
||||
WORKDIR /app
|
||||
|
||||
# install dependencies into temp directory
|
||||
|
|
@ -23,7 +23,7 @@ COPY . .
|
|||
# I don't have any tests, I am bad.
|
||||
ENV NODE_ENV=production
|
||||
RUN bun --version
|
||||
RUN bunx --bun vite build
|
||||
RUN bun vite build
|
||||
|
||||
# Copy the distribution folder into the final image.
|
||||
FROM nginx:stable-alpine as release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue